Last active
December 31, 2019 12:25
-
-
Save ffcommax/fd70069b896efa566de5b1e4c38285fc to your computer and use it in GitHub Desktop.
GoProxy
This file contains 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
curl -L https://raw.githubusercontent.com/snail007/proxy_admin_free/master/install_auto.sh | bash | |
proxy-admin start | |
proxy-admin stop | |
proxy-admin restart | |
Server: | |
proxy bridge -t tcp -p :30000 | |
Client: | |
.\proxy.exe client -P "IP:30000" -T tcp | |
.\proxy.exe socks -p :40000 | |
ME: | |
.\proxy.exe server -r :40000@:3389 -P "IP:30000" -T tcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment