fix mkcp with wechat_vedio

This commit is contained in:
Unknown 2017-11-25 22:24:37 +08:00 committed by kirikira
commit c23c9b0976
2 changed files with 16 additions and 16 deletions

View File

@ -8,7 +8,7 @@
"readBufferSize": 2, "readBufferSize": 2,
"mtu": 1350, "mtu": 1350,
"header": { "header": {
"type": "srtp", "type": "wechat-video",
"request": null, "request": null,
"response": null "response": null
}, },

View File

@ -11,7 +11,13 @@
"loglevel": "info", "loglevel": "info",
"error": "/var/log/v2ray/error.log" "error": "/var/log/v2ray/error.log"
}, },
"inboundDetour": null, "outboundDetour": [
{
"tag": "blocked",
"protocol": "blackhole",
"settings": null
}
],
"inbound": { "inbound": {
"streamSettings": { "streamSettings": {
"network": "kcp", "network": "kcp",
@ -22,7 +28,7 @@
"mtu": 1350, "mtu": 1350,
"header": { "header": {
"request": null, "request": null,
"type": "srtp", "type": "wechat-video",
"response": null "response": null
}, },
"tti": 50, "tti": 50,
@ -34,9 +40,6 @@
"tlsSettings": {}, "tlsSettings": {},
"security": "" "security": ""
}, },
"listen": null,
"protocol": "vmess",
"port": 1234,
"settings": { "settings": {
"ip": null, "ip": null,
"udp": true, "udp": true,
@ -48,17 +51,13 @@
} }
], ],
"auth": null "auth": null
}
}, },
"outboundDetour": [ "protocol": "vmess",
{ "port": 1234,
"tag": "blocked", "listen": null
"protocol": "blackhole", },
"settings": null "inboundDetour": null,
}
],
"routing": { "routing": {
"strategy": "rules",
"settings": { "settings": {
"rules": [ "rules": [
{ {
@ -86,7 +85,8 @@
} }
], ],
"domainStrategy": null "domainStrategy": null
} },
"strategy": "rules"
}, },
"dns": null "dns": null
} }