1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-12 11:21:56 +00:00

Enable FastOpen on Shadowsocks-go

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-10-16 13:43:00 +00:00
parent 3ac858c56b
commit 455f3c86d8

View file

@ -7,13 +7,13 @@
{
"network": "tcp",
"address": ":65280",
"fastOpen": false,
"fastOpen": true,
"reusePort": false,
"multipath": true
}
],
"enableTCP": true,
"listenerTFO": false,
"listenerTFO": true,
"enableUDP": true,
"mtu": 1500,
"psk": "PSK",