From fdeb90474121b93aa1bd634bd79d0a138e543333 Mon Sep 17 00:00:00 2001 From: salmonstill Date: Sun, 17 May 2026 23:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E6=98=AF=E7=BB=8F=E8=BF=87?= =?UTF-8?q?=E5=8C=97=E4=BA=AC=E4=B8=AD=E8=BD=ACmihomo'=E7=9A=84=E7=A8=B3?= =?UTF-8?q?=E5=AE=9A=E7=89=88=E6=9C=AC,=E7=8E=B0=E5=9C=A8=E5=87=86?= =?UTF-8?q?=E5=A4=87=E6=B5=8B=E8=AF=95=E7=9B=B4=E8=BF=9E=E4=B8=9C=E4=BA=AC?= =?UTF-8?q?vps=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xray-北京vps-config.json | 23 +++++++++++++++++++++++ xray-旁路由-config.json | 16 ++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/xray-北京vps-config.json b/xray-北京vps-config.json index f638714..9b19c53 100644 --- a/xray-北京vps-config.json +++ b/xray-北京vps-config.json @@ -230,6 +230,22 @@ "port": 51413, "network": "tcp" } + }, + { + "tag": "socks-dynamic", + "listen": "0.0.0.0", + "port": 38658, + "protocol": "socks", + "settings": { + "auth": "password", + "accounts": [ + { + "user": "dynamic", + "pass": "ab981c1d2b6d031631ee75986ea4e7c7" + } + ], + "udp": true + } } ], "outbounds": [ @@ -348,6 +364,13 @@ ], "outboundTag": "portal" }, + { + "type": "field", + "inboundTag": [ + "socks-dynamic" + ], + "outboundTag": "portal" + }, { "type": "field", "inboundTag": [ diff --git a/xray-旁路由-config.json b/xray-旁路由-config.json index 9023dde..6bac3ad 100644 --- a/xray-旁路由-config.json +++ b/xray-旁路由-config.json @@ -271,7 +271,23 @@ "inboundTag": [ "bridge" ], + "port": "38658", + "outboundTag": "direct" + }, + { + "type": "field", + "inboundTag": [ + "bridge" + ], + "port": "38653", "outboundTag": "to_nas" + }, + { + "type": "field", + "inboundTag": [ + "bridge" + ], + "outboundTag": "direct" } ] }