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