mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
16 lines
No EOL
335 B
JSON
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
|
|
} |