From edd8614b0a230b7e53a81dc12c03eec51cb24d51 Mon Sep 17 00:00:00 2001 From: salmonstill Date: Fri, 24 Apr 2026 01:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E9=80=9A=E4=BA=86git=EF=BC=8C?= =?UTF-8?q?=E4=B8=80=E5=88=87=E9=83=BD=E5=BE=88=E5=AE=8C=E7=BE=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xray-北京vps-config.json | 36 ++++++++++++++++++++++++++++++++++++ xray-旁路由-config.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/xray-北京vps-config.json b/xray-北京vps-config.json index 42e422c..8643426 100644 --- a/xray-北京vps-config.json +++ b/xray-北京vps-config.json @@ -108,6 +108,28 @@ "network": "tcp" } }, + { + "tag": "external_3000", + "listen": "0.0.0.0", + "port": 3000, + "protocol": "dokodemo-door", + "settings": { + "address": "127.0.0.1", + "port": 3000, + "network": "tcp" + } + }, + { + "tag": "external_222", + "listen": "0.0.0.0", + "port": 222, + "protocol": "dokodemo-door", + "settings": { + "address": "127.0.0.1", + "port": 222, + "network": "tcp" + } + }, { "tag": "interconn", "listen": "127.0.0.1", @@ -257,6 +279,20 @@ ], "outboundTag": "portal" }, + { + "type": "field", + "inboundTag": [ + "external_3000" + ], + "outboundTag": "portal" + }, + { + "type": "field", + "inboundTag": [ + "external_222" + ], + "outboundTag": "portal" + }, { "type": "field", "inboundTag": [ diff --git a/xray-旁路由-config.json b/xray-旁路由-config.json index 9d4e2e2..0c4270c 100644 --- a/xray-旁路由-config.json +++ b/xray-旁路由-config.json @@ -67,6 +67,20 @@ "redirect": "192.168.1.177:8501" } }, + { + "tag": "to_3000", + "protocol": "freedom", + "settings": { + "redirect": "192.168.1.188:3000" + } + }, + { + "tag": "to_222", + "protocol": "freedom", + "settings": { + "redirect": "192.168.1.188:222" + } + }, { "tag": "interconn", "protocol": "vless", @@ -163,6 +177,22 @@ "port": "39766", "outboundTag": "to_router_web" }, + { + "type": "field", + "inboundTag": [ + "bridge" + ], + "port": "3000", + "outboundTag": "to_3000" + }, + { + "type": "field", + "inboundTag": [ + "bridge" + ], + "port": "222", + "outboundTag": "to_222" + }, { "type": "field", "inboundTag": [