aboutsummaryrefslogtreecommitdiffstats
path: root/roles/shadowsocks/templates/config.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/shadowsocks/templates/config.json.j2')
-rw-r--r--roles/shadowsocks/templates/config.json.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/shadowsocks/templates/config.json.j2 b/roles/shadowsocks/templates/config.json.j2
new file mode 100644
index 0000000..c5fb0cb
--- /dev/null
+++ b/roles/shadowsocks/templates/config.json.j2
@@ -0,0 +1,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"
+}