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

Update v2ray config

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-27 08:27:30 +00:00
parent 52a1b8a8f0
commit 09792055fc

View file

@ -18,7 +18,7 @@
},
"inbounds": [
{
"tag": "Vmess-In1",
"tag": "omrin-tunnel",
"port": 65228,
"protocol": "vless",
"settings": {
@ -72,11 +72,11 @@
{
"type": "field",
"inboundTag": [
"Vmess-In1"
"omrin-tunnel"
],
"outboundTag": "WH-Lan1",
"outboundTag": "OMRLan",
"domain": [
"full:WH-Lan1"
"full:omr.lan"
]
},
{
@ -91,8 +91,8 @@
"reverse": {
"portals": [
{
"tag": "WH-Lan1",
"domain": "WH-Lan1"
"tag": "OMRLan",
"domain": "omr.lan"
}
]
},
@ -111,7 +111,7 @@
"uplinkOnly": 0,
"downlinkOnly": 0,
"bufferSize": 512,
"connIdle": 1200,
"connIdle": 2400,
"statsUserUplink": true,
"statsUserDownlink": true
}