Created
January 26, 2019 14:07
-
-
Save zxkane/b7ddc09a0debea9616472f2df8b8b23e to your computer and use it in GitHub Desktop.
socks proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d --restart always --name dingtalk-proxy -p 55555:1080 -e PROXY_USER=user -e PROXY_PASSWORD=passw0rd serjs/go-socks5-proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d --restart always --name dingtalk-proxy-without-auth -p 1080:1080 serjs/go-socks5-proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment