现在是经过北京中转mihomo'的稳定版本,现在准备测试直连东京vps的版本

This commit is contained in:
2026-05-17 23:41:11 +08:00
parent 0b3fdf45c2
commit fdeb904741
2 changed files with 39 additions and 0 deletions
+23
View File
@@ -230,6 +230,22 @@
"port": 51413, "port": 51413,
"network": "tcp" "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": [ "outbounds": [
@@ -348,6 +364,13 @@
], ],
"outboundTag": "portal" "outboundTag": "portal"
}, },
{
"type": "field",
"inboundTag": [
"socks-dynamic"
],
"outboundTag": "portal"
},
{ {
"type": "field", "type": "field",
"inboundTag": [ "inboundTag": [
+16
View File
@@ -271,7 +271,23 @@
"inboundTag": [ "inboundTag": [
"bridge" "bridge"
], ],
"port": "38658",
"outboundTag": "direct"
},
{
"type": "field",
"inboundTag": [
"bridge"
],
"port": "38653",
"outboundTag": "to_nas" "outboundTag": "to_nas"
},
{
"type": "field",
"inboundTag": [
"bridge"
],
"outboundTag": "direct"
} }
] ]
} }