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
Need more info.
As far as I understand, you try to curl from proxy-socks5 container another container ip and port with success.
If you have errors in name resolving to another container hostname from proxy-socks5 container, then check your docker network setup, you must be in the same docker network for source/target containers.
BTW, socks5-server use system DNS settings, make sure that host resolved from container itself.
Is it possible to resolve container host name?
Able to
curl --socks5 127.0.0.1:1080 <container ip and port>
Not able to
curl --socks5 127.0.0.1:1080 <container host name and port>
Environment:
Docker version 20.10.14 on Windows with WSL2 enabled
The text was updated successfully, but these errors were encountered: