You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "issue" was my fault. I changed to use vars (PROXY_DNS=$1, PROXY_PORT=$2) and forget to change $@ to the next variable ($3). Silly mistake. Then proxychains was failing and using default config.
Hi,
I'm trying to run proxychains from a docker container. I'm using the script given here: #246 but inside container, it's showing localhost:
It's working nicely outside of container. What i missing?
The text was updated successfully, but these errors were encountered: