Files
ansible/roles/xray-vps-setup/templates_for_script/xray_outbound
Gabenov Stanislav a6d2623802 vpn
2026-02-09 20:42:24 +03:00

31 lines
576 B
Plaintext

{
"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": ""
}
}
}