xray: add VLESS+Reality client config (prepared, not active)

This commit is contained in:
sascha 2026-04-10 22:12:38 +02:00
parent e32a671efc
commit 6a00d375c4

38
xray/client.json Normal file
View file

@ -0,0 +1,38 @@
{
"log": {"loglevel": "warning"},
"reverse": {
"bridges": [
{"tag": "bridge", "domain": "tunnel.internal"}
]
},
"outbounds": [
{
"tag": "tunnel-out",
"protocol": "vless",
"settings": {
"vnext": [{
"address": "159.69.245.190",
"port": 443,
"users": [{"id": "a6ac6a8f-f455-42e6-82c0-5e8a415200d0", "encryption": "none"}]
}]
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"serverName": "www.microsoft.com",
"fingerprint": "chrome",
"shortId": "70093a4adb34292f",
"publicKey": "HH8qfrYJPtCowiYyxOLsesvuIaDvfqaWncMVSihdsyo"
}
}
},
{"tag": "direct", "protocol": "freedom"}
],
"routing": {
"rules": [
{"type": "field", "inboundTag": ["bridge"], "domain": ["full:tunnel.internal"], "outboundTag": "tunnel-out"},
{"type": "field", "inboundTag": ["bridge"], "outboundTag": "direct"}
]
}
}