mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-13 03:41:57 +00:00
14 lines
291 B
JSON
14 lines
291 B
JSON
|
{
|
||
|
"server":["[::0]", "0.0.0.0"],
|
||
|
"server_port":65101,
|
||
|
"local_port":1081,
|
||
|
"mode":"tcp_and_udp",
|
||
|
"key":"MySecretKey",
|
||
|
"timeout":120,
|
||
|
"method":"aes-256-cfb",
|
||
|
"verbose":2,
|
||
|
"prefer_ipv6": true,
|
||
|
"fast_open": true,
|
||
|
"reuse_port": true,
|
||
|
"mptcp": true
|
||
|
}
|