This is a demo that setup a shadowsocks client locally and make a request over the socks. I used it to detect remote server status.
go run main.go -s 192.168.0.11 -p 3340 -k password -m aes-256-cfb -nc 2 -nr 10 https://www.google.com/
- refactor
- add build action