You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
大佬,我用mkcp出现报错,我的config.json文件是
{
"api": {
"services": [
"HandlerService",
"StatsService"
],
"tag": "api"
},
"stats": {},
"inbound": {
"port": 10088,
"protocol": "vmess",
"settings": {
"clients": []
},
"streamSettings": {
"network": "mkcp"
"kcpSettings": {
"header": {
"type": "wechat-video"
},
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"tti": 50,
"writeBufferSize": 2,
"mtu": 1350,
"congestion": false,
"readBufferSize": 2
},
},
"tag": "proxy"
},
"inboundDetour": [
{
"listen": "0.0.0.0",
"port": 10086,
"protocol": "dokodemo-door",
"settings": {
"address": "0.0.0.0"
},
"tag": "api"
}
],
"log": {
"access": "./access.log",
"error": "./error.log",
"loglevel": "debug"
},
"outbound": {
"protocol": "freedom",
"settings": {}
},
"routing": {
"settings": {
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
}
]
},
"strategy": "rules"
},
"policy": {
"levels": {
"1": {
"statsUserUplink": true,
"statsUserDownlink": true
}
}
}
}
您知道哪里参数出问题了吗,谢谢
The text was updated successfully, but these errors were encountered: