improvement

This commit is contained in:
2022-07-30 19:38:52 +08:00
parent 16236c408c
commit 3314ae7c8b
6 changed files with 101 additions and 7 deletions

30
config/local.json Executable file
View File

@ -0,0 +1,30 @@
{
"inbounds": [
{
"port": 2801,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": {
"udp": true
}
},
{
"port": 2802,
"listen": "127.0.0.1",
"protocol": "http"
},
{
"protocol": "dokodemo-door",
"port": 2803,
"settings": {
"network": "tcp,udp",
"followRedirect": true
},
"streamSettings": {
"sockopt": {
"tproxy": "tproxy"
}
}
}
]
}