Client:
- sudo sh install.sh
- manually install chrome extension, setup shell hp, polipo etc
Server:
- docker build . -t go-shadowsocks2 --rm
- copy and fill env_file.list
- docker run --rm -d -p <EXPOSE_PORT>:1080 --env-file ./env_file.list go-shadowsocks2
Client:
Server: