From f7e495f0a40c4210af9c937e37899120ced54120 Mon Sep 17 00:00:00 2001 From: kslr Date: Wed, 6 Jan 2021 14:51:55 +0800 Subject: [PATCH] shadowsocks port use integer --- Shadowsocks-TCP/client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shadowsocks-TCP/client.json b/Shadowsocks-TCP/client.json index 4e2f13e..cd268b2 100644 --- a/Shadowsocks-TCP/client.json +++ b/Shadowsocks-TCP/client.json @@ -38,7 +38,7 @@ "servers": [ { "address": "{{ host }}", - "port": "{{ port }}", + "port": 1234, "method": "chacha20-ietf-poly1305", "password": "{{ password}}" }