aboutsummaryrefslogtreecommitdiffstats
path: root/roles/shadowsocks/templates/config.json.j2
blob: c5fb0cbbac140c2937405805a6ac9716efb4c8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "server": ["::0", "0.0.0.0"],
    "server_port": {{ shadowsocks.server_port }},
    "local_port": 1080,
    "password": "{{ shadowsocks.password }}",
    "method": "{{ shadowsocks.method }}",
    "nameserver": "{{ shadowsocks.nameserver }}",
    "timeout": 600,
    "fast_open": true,
    "reuse_port": true,
    "no_delay": true,
    "user": "nobody"
}