1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-14 20:31:57 +00:00

Increase shadowsocks timeout

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-09-15 12:26:51 +00:00
parent 30d5d85184
commit a3aaeac2d3

View file

@ -9,7 +9,7 @@
], ],
"method": "chacha20-ietf-poly1305", "method": "chacha20-ietf-poly1305",
"fast_open": true, "fast_open": true,
"timeout": 600, "timeout": 1000,
"port_key": { "port_key": {
"65101": "MySecretKey", "65101": "MySecretKey",
}, },