diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-02 09:04:31 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:35:02 +0800 |
commit | 997d7b8f6ffbf10200a85e4b78bca39c2d9a76b7 (patch) | |
tree | 18011c6d391eb6d4c02754151225cdf129cea5a1 /roles/shadowsocks/templates | |
parent | e2fa492dea9288dbe5ba437d2f73db50ab7b46d9 (diff) | |
download | ansible-dfly-vps-997d7b8f6ffbf10200a85e4b78bca39c2d9a76b7.tar.bz2 |
shadowsocks: rename var server_port to port
Diffstat (limited to 'roles/shadowsocks/templates')
-rw-r--r-- | roles/shadowsocks/templates/config.json.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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, |