Created
December 5, 2024 14:22
-
-
Save yonixw/c27f2a53e2246fbcb26ef41f587c511f to your computer and use it in GitHub Desktop.
Fast socks v5 and v4 dockers
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
# socks4 (https://github.com/jgaa/shinysocks) | |
# windows built | |
# inetcpl.cpl -> connections tab -> Lan setting button -> Advanced button | |
docker run --rm --name shiny -p 1070:1080 -d jgaafromnorth/shinysocks | |
# socks5 (https://github.com/serjs/socks5-server) | |
# firefox etc | |
docker run -d --name socks5 -p 1090:9090 -e PROXY_PORT=9090 serjs/go-socks5-proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment