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