From d1586a65b7b11ea3fbae9c85f227dd682508400a Mon Sep 17 00:00:00 2001 From: sascha Date: Sat, 11 Apr 2026 11:53:40 +0200 Subject: [PATCH] cleanup: remove xray client config --- xray/client.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 xray/client.json diff --git a/xray/client.json b/xray/client.json deleted file mode 100644 index c680d3a..0000000 --- a/xray/client.json +++ /dev/null @@ -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"} - ] - } -}