1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-12 11:21:56 +00:00
openmptcprouter-vps/config.json
Ycarus (Yannick Chabanois) c42d055602 Latest changes to VPS script
2019-02-10 07:46:29 +00:00

16 lines
No EOL
335 B
JSON

{
"server":["[::0]", "0.0.0.0"],
"server_port":65101,
"local_port":1081,
"mode":"tcp_and_udp",
"key":"MySecretKey",
"timeout":600,
"method":"chacha20",
"verbose":0,
"prefer_ipv6": false,
"fast_open": true,
"no_delay": true,
"reuse_port": true,
"ipv6_first": true,
"mptcp": true
}