shadowsocks of go impletation
- TCP
- UDP
- aes-128-gcm
- aes-256-gcm
- chacha20-poly1305
$ make all
$ bin/client -server <SERVER> -server-port <SERVER_PORT> -local-port <LOCAL_PORT> -password <PASSWORD> -method <METHOD>
bin/client -help
for detail
$ bin/server -port <PORT> -password <PASSWORD> -method <METHOD>
bin/server -help
for detail
$ bin/client -server 127.0.0.1 -server-port 8388 -local-port 1080 -password "barfoo!" -method chacha20-poly1305
$ bin/server -port 8388 -password "barfoo!" -method chacha20-poly1305