From 6a00d375c40a8c451ea4cadf8707c91cbc85b5c3 Mon Sep 17 00:00:00 2001 From: sascha Date: Fri, 10 Apr 2026 22:12:38 +0200 Subject: [PATCH] xray: add VLESS+Reality client config (prepared, not active) --- xray/client.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 xray/client.json diff --git a/xray/client.json b/xray/client.json new file mode 100644 index 0000000..c680d3a --- /dev/null +++ b/xray/client.json @@ -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"} + ] + } +}