mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
|
{
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"port": 443,
|
||
|
"tag": "omrin-vless-reality",
|
||
|
"protocol": "vless",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": "XRAY_UUID",
|
||
|
"flow": "xtls-rprx-vision"
|
||
|
}
|
||
|
],
|
||
|
"decryption": "none"
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "tcp",
|
||
|
"security": "reality",
|
||
|
"realitySettings": {
|
||
|
"dest": "1.1.1.1:443",
|
||
|
"serverNames": [
|
||
|
""
|
||
|
],
|
||
|
"privateKey": "XRAY_X25519_PRIVATE_KEY",
|
||
|
"publicKey": "XRAY_X25519_PUBLIC_KEY",
|
||
|
"shortIds": [
|
||
|
""
|
||
|
]
|
||
|
},
|
||
|
"sockopt": {
|
||
|
"tcpMptcp": true,
|
||
|
"mark": 0
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"routing": {
|
||
|
"rules": [
|
||
|
{
|
||
|
"type": "field",
|
||
|
"inboundTag": [
|
||
|
"omrin-vless-reality"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|