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