* Added ShadowSocks proxy to container * Updated docker-compose.yml example * Updated readme with new instructions for Shadowsocks proxy
This commit is contained in:
14
shadowsocks.json
Normal file
14
shadowsocks.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"server": "0.0.0.0",
|
||||
"user": "nonrootuser",
|
||||
"method": "chacha20-ietf-poly1305",
|
||||
"timeout": 30,
|
||||
"fast_open": false,
|
||||
"mode": "tcp_and_udp",
|
||||
"port_password": {
|
||||
"8388": ""
|
||||
},
|
||||
"workers": 2,
|
||||
"interface": "tun",
|
||||
"nameserver": "127.0.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user