shadowsocks port use integer
parent
6dd2e6fecd
commit
f7e495f0a4
|
@ -38,7 +38,7 @@
|
|||
"servers": [
|
||||
{
|
||||
"address": "{{ host }}",
|
||||
"port": "{{ port }}",
|
||||
"port": 1234,
|
||||
"method": "chacha20-ietf-poly1305",
|
||||
"password": "{{ password}}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue