cleanup: remove xray client config

This commit is contained in:
sascha 2026-04-11 11:53:40 +02:00
parent 6a00d375c4
commit d1586a65b7

View file

@ -1,38 +0,0 @@
{
"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"}
]
}
}