shadowsocks port use integer

This commit is contained in:
Hasan-W 2021-01-06 14:51:55 +08:00
parent 6dd2e6fecd
commit bb88b999c1

View File

@ -38,7 +38,7 @@
"servers": [
{
"address": "{{ host }}",
"port": "{{ port }}",
"port": 1234,
"method": "chacha20-ietf-poly1305",
"password": "{{ password}}"
}