This commit is contained in:
Gabenov Stanislav
2026-02-09 20:42:24 +03:00
parent 0a8f11397d
commit a6d2623802
38 changed files with 2198 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
{
"tag": "default",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "$VLESS_DOMAIN",
"port": 443,
"users": [
{
"id": "$XRAY_UUID",
"encryption": "none",
"flow": "xtls-rprx-vision"
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"serverName": "$VLESS_DOMAIN",
"fingerprint": "chrome",
"publicKey": "$XRAY_PBK",
"shortId": "$XRAY_SID",
"spiderX": ""
}
}
}