NAME:
tcp-over-socks - Connect TCP over SOCKS5
USAGE:
tcp-over-socks [global options] command [command options] [arguments...]
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--port value, -p value local listen port (default: 12345)
--socks5 value, -x value socks5 server (default: "127.0.0.1:1080")
--target value, -t value target address including port
--help, -h show help (default: false)
See files in examples/
.
Original work done by @isayme in https://github.com/isayme/go-tcp-over-socks5. Thank you very much for the inspiration!