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,21 @@
{
"type": "vless",
"server": "$VLESS_DOMAIN",
"server_port": 443,
"uuid": "$XRAY_UUID",
"flow": "xtls-rprx-vision",
"tls": {
"enabled": true,
"insecure": false,
"server_name": "$VLESS_DOMAIN",
"utls": {
"enabled": true,
"fingerprint": "chrome"
},
"reality": {
"enabled": true,
"public_key": "$XRAY_PBK",
"short_id": "$XRAY_SID"
}
}
}