mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
OpenMPTCProuter VPS script 0.14 initial commit
This commit is contained in:
commit
5a2f5390c6
24 changed files with 1293 additions and 0 deletions
14
config.json
Normal file
14
config.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue