From 4b1df943257d6e7c6402766cecd369e11aa43be5 Mon Sep 17 00:00:00 2001 From: mercury Date: Sat, 22 Feb 2025 18:51:49 +0400 Subject: [PATCH] Revert "add clash mode selector for sing-box clients" This reverts commit fb22744fa76a16248a8b51d1315dae9604dbf57f. --- config/sing.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/config/sing.json b/config/sing.json index 3f447d3..bd510e2 100644 --- a/config/sing.json +++ b/config/sing.json @@ -10,7 +10,7 @@ "domain_strategy": "prefer_ipv4", "interface_name": "sing-tun", "address": [ - "172.19.0.1/30" + "172.19.0.1\/30" ], "mtu": 1400, "auto_route": true, @@ -43,7 +43,7 @@ }, { "tag": "dns-remote", - "address": "tcp://8.8.8.8", + "address": "tcp:\/\/8.8.8.8", "address_strategy": "prefer_ipv4", "strategy": "prefer_ipv4", "detour": "direct" @@ -110,14 +110,6 @@ "action": "sniff", "timeout": "1s" }, - { - "clash_mode": "Direct", - "outbound": "direct" - }, - { - "clash_mode": "Global", - "outbound": "~outbound~" - }, { "addruleset": true, "outbound": "direct"