mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
shadowsocks port use integer
This commit is contained in:
parent
6dd2e6fecd
commit
f7e495f0a4
@ -38,7 +38,7 @@
|
|||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"address": "{{ host }}",
|
"address": "{{ host }}",
|
||||||
"port": "{{ port }}",
|
"port": 1234,
|
||||||
"method": "chacha20-ietf-poly1305",
|
"method": "chacha20-ietf-poly1305",
|
||||||
"password": "{{ password}}"
|
"password": "{{ password}}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user