From 997d7b8f6ffbf10200a85e4b78bca39c2d9a76b7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 2 Mar 2018 09:04:31 +0800 Subject: shadowsocks: rename var server_port to port --- roles/shadowsocks/templates/config.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/shadowsocks/templates') diff --git a/roles/shadowsocks/templates/config.json.j2 b/roles/shadowsocks/templates/config.json.j2 index 5744fec..73d3ef9 100644 --- a/roles/shadowsocks/templates/config.json.j2 +++ b/roles/shadowsocks/templates/config.json.j2 @@ -1,6 +1,6 @@ { "server": ["::0", "0.0.0.0"], - "server_port": {{ shadowsocks.server_port }}, + "server_port": {{ shadowsocks.port }}, "password": "{{ shadowsocks.password }}", "method": "{{ shadowsocks.method }}", "timeout": 600, -- cgit v1.2.2