From ce629fcf8c284faeb3bc51060de99a135614cd32 Mon Sep 17 00:00:00 2001 From: sascha Date: Sat, 11 Apr 2026 11:53:38 +0200 Subject: [PATCH] cleanup: remove xray configs (migration abgebrochen) --- xray/server.json | 60 ------------------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 xray/server.json diff --git a/xray/server.json b/xray/server.json deleted file mode 100644 index 891af36..0000000 --- a/xray/server.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "log": {"loglevel": "warning"}, - "reverse": { - "portals": [ - {"tag": "portal", "domain": "tunnel.internal"} - ] - }, - "inbounds": [ - { - "tag": "tunnel-in", - "port": 443, - "protocol": "vless", - "settings": { - "clients": [{"id": "a6ac6a8f-f455-42e6-82c0-5e8a415200d0"}], - "decryption": "none", - "fallbacks": [{"dest": 8443, "xver": 1}] - }, - "streamSettings": { - "network": "tcp", - "security": "reality", - "realitySettings": { - "dest": "www.microsoft.com:443", - "serverNames": ["www.microsoft.com"], - "privateKey": "REPLACE_WITH_SOPS", - "shortIds": ["70093a4adb34292f"] - } - } - }, - { - "tag": "emby-sascha-in", - "port": 18096, - "listen": "127.0.0.1", - "protocol": "dokodemo-door", - "settings": {"address": "127.0.0.1", "port": 8096, "network": "tcp"} - }, - { - "tag": "emby-chris-in", - "port": 28096, - "listen": "127.0.0.1", - "protocol": "dokodemo-door", - "settings": {"address": "127.0.0.1", "port": 8096, "network": "tcp"} - }, - { - "tag": "jellyfin-in", - "port": 38096, - "listen": "127.0.0.1", - "protocol": "dokodemo-door", - "settings": {"address": "127.0.0.1", "port": 9096, "network": "tcp"} - } - ], - "outbounds": [ - {"tag": "direct", "protocol": "freedom"} - ], - "routing": { - "rules": [ - {"type": "field", "inboundTag": ["emby-sascha-in", "emby-chris-in", "jellyfin-in"], "outboundTag": "portal"}, - {"type": "field", "inboundTag": ["tunnel-in"], "outboundTag": "portal"} - ] - } -}