https://hub.docker.com/r/teddysun/go-shadowsocks2
docker run -d -p 8989:8989 -p 8989:8989/udp --name go-ss --restart=always -e SERVER_PORT=8989 -e METHOD=AEAD_AES_256_GCM -e PASSWORD=password00 teddysun/go-shadowsocks2
-e ARGS="-plugin v2ray-plugin -plugin-opts "server""
-e ARGS="-plugin xray-plugin -plugin-opts "server""
# ss
https://github.com/shadowsocks/go-shadowsocks2
chmod -R 777 /data/site/htmltoo.f/htmltoo.soft/src/common/ss
chmod -R 777 /opt
cd /data/site/htmltoo.shell
cd /opt
nohup ./shadowsocks -s 'ss://AEAD_CHACHA20_POLY1305:wdq54321@:16789' -verbose 2>&1 &
nohup ./tcp -s 'ss://AEAD_CHACHA20_POLY1305:wdq54321@:16789' -verbose 2>&1 &
# win
https://github.com/shadowsocks/shadowsocks-windows/releases
-系统代理:全局
-服务器: ip:16789
-编辑服务器: 加密: CHACHA20-ietf-POLY1305
-代理端口: 9999
# 火狐安装FoxyProxy
http 127.0.0.1 9999 # Edit Proxy Default
SOCKS5 127.0.0.1 9999 # Edit Proxy Default
# Client
Start a client connecting to the above server. The client listens on port 1080 for incoming SOCKS5 connections, and tunnels both UDP and TCP on port 8053 and port 8054 to 8.8.8.8:53 and 8.8.4.4:53 respectively.
nohup ./shadowsocks -c 'ss://AEAD_CHACHA20_POLY1305:wdq54321@:7777' -verbose -socks :9999 -u -udptun :8053=8.8.8.8:53,:8054=8.8.4.4:53 -tcptun :8053=8.8.8.8:53,:8054=8.8.4.4:53
签名:这个人很懒,什么也没有留下!