Skip to content

Instantly share code, notes, and snippets.

@yonixw
Created December 5, 2024 14:22
Show Gist options
  • Save yonixw/c27f2a53e2246fbcb26ef41f587c511f to your computer and use it in GitHub Desktop.
Save yonixw/c27f2a53e2246fbcb26ef41f587c511f to your computer and use it in GitHub Desktop.
Fast socks v5 and v4 dockers
# 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