diff --git a/src/module/config/singbox/confdir/03_dns.json b/src/module/config/singbox/confdir/03_dns.json index 24940fab..f8a99323 100644 --- a/src/module/config/singbox/confdir/03_dns.json +++ b/src/module/config/singbox/confdir/03_dns.json @@ -37,7 +37,8 @@ "category-games@cn" ], "action": "route", - "server": "ali" + "server": "ali", + "clash_mode": "Rule" }, { "rule_set": [ @@ -69,7 +70,8 @@ "cn-domain" ], "action": "route", - "server": "ali" + "server": "ali", + "clash_mode": "Rule" }, { "query_type": [ diff --git a/src/module/config/singbox/confdir/06_route.json b/src/module/config/singbox/confdir/06_route.json index fabc6710..df0c87bb 100644 --- a/src/module/config/singbox/confdir/06_route.json +++ b/src/module/config/singbox/confdir/06_route.json @@ -111,7 +111,8 @@ "category-games@cn" ], "action": "route", - "outbound": "direct" + "outbound": "direct", + "clash_mode": "Rule" }, { "rule_set": [ @@ -143,7 +144,8 @@ "cn-domain" ], "action": "route", - "outbound": "direct" + "outbound": "direct", + "clash_mode": "Rule" }, { "action": "resolve", @@ -154,7 +156,8 @@ { "rule_set": "cn-ip", "action": "route", - "outbound": "direct" + "outbound": "direct", + "clash_mode": "Rule" }, { "ip_is_private": true, @@ -164,4 +167,4 @@ "find_process": true, "final": "Proxy" } -} \ No newline at end of file +}