This commit is contained in:
fuilloi
2025-08-16 14:06:35 +08:00
committed by GitHub
parent 7406ef16ff
commit 2d0de4860c

View File

@@ -509,9 +509,10 @@ object V2rayConfigManager {
//hev-socks5-tunnel dns routing
v2rayConfig.routing.rules.add(
0, RulesBean(
type = "field",
inboundTag = arrayListOf("socks"),
outboundTag = "dns-out",
port = "53",
outboundTag = "dns-out"
type = "field"
)
)
}