1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Track some untracked files

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-12-31 15:38:01 +01:00
parent 9da7d3e4aa
commit f1c6047689
5 changed files with 73 additions and 0 deletions

22
manager.json Normal file
View file

@ -0,0 +1,22 @@
{
"mptcp": true,
"ipv6_first": true,
"no_delay": true,
"ebpf": false,
"server": [
"[::0]",
"0.0.0.0"
],
"method": "chacha20-ietf-poly1305",
"fast_open": true,
"timeout": 600,
"port_key": {
"65101": "MySecretKey",
},
"local_port": 1081,
"verbose": 0,
"acl": "/etc/shadowsocks-libev/local.acl",
"mode": "tcp_and_udp",
"reuse_port": true,
"prefer_ipv6": false
}