mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-19 06:19:29 +08:00
fix mkcp with wechat_vedio
This commit is contained in:
commit
c23c9b0976
@ -8,7 +8,7 @@
|
||||
"readBufferSize": 2,
|
||||
"mtu": 1350,
|
||||
"header": {
|
||||
"type": "srtp",
|
||||
"type": "wechat-video",
|
||||
"request": null,
|
||||
"response": null
|
||||
},
|
||||
|
@ -11,7 +11,13 @@
|
||||
"loglevel": "info",
|
||||
"error": "/var/log/v2ray/error.log"
|
||||
},
|
||||
"inboundDetour": null,
|
||||
"outboundDetour": [
|
||||
{
|
||||
"tag": "blocked",
|
||||
"protocol": "blackhole",
|
||||
"settings": null
|
||||
}
|
||||
],
|
||||
"inbound": {
|
||||
"streamSettings": {
|
||||
"network": "kcp",
|
||||
@ -22,7 +28,7 @@
|
||||
"mtu": 1350,
|
||||
"header": {
|
||||
"request": null,
|
||||
"type": "srtp",
|
||||
"type": "wechat-video",
|
||||
"response": null
|
||||
},
|
||||
"tti": 50,
|
||||
@ -34,9 +40,6 @@
|
||||
"tlsSettings": {},
|
||||
"security": ""
|
||||
},
|
||||
"listen": null,
|
||||
"protocol": "vmess",
|
||||
"port": 1234,
|
||||
"settings": {
|
||||
"ip": null,
|
||||
"udp": true,
|
||||
@ -48,17 +51,13 @@
|
||||
}
|
||||
],
|
||||
"auth": null
|
||||
}
|
||||
},
|
||||
"outboundDetour": [
|
||||
{
|
||||
"tag": "blocked",
|
||||
"protocol": "blackhole",
|
||||
"settings": null
|
||||
}
|
||||
],
|
||||
"protocol": "vmess",
|
||||
"port": 1234,
|
||||
"listen": null
|
||||
},
|
||||
"inboundDetour": null,
|
||||
"routing": {
|
||||
"strategy": "rules",
|
||||
"settings": {
|
||||
"rules": [
|
||||
{
|
||||
@ -86,7 +85,8 @@
|
||||
}
|
||||
],
|
||||
"domainStrategy": null
|
||||
}
|
||||
},
|
||||
"strategy": "rules"
|
||||
},
|
||||
"dns": null
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user