serjs / socks5-server

668 stars 165 forks source link

Fixed invalid curl syntax #8

Closed ghost closed 2 years ago

ghost commented 5 years ago

... or we could simplify it like:

curl -x socks5://<PROXY_USER>:<PROXY_PASSWORD>@<docker host ip>:1080  http://ifcfg.co
serjs commented 2 years ago

Thank you for your suggestion, I fixed this by wrap curl command in Docker container itself for 100% working example in future