diff --git a/config/client/h2.json b/config/client/h2.json index 73d634d..156944b 100644 --- a/config/client/h2.json +++ b/config/client/h2.json @@ -65,6 +65,8 @@ ], "dns": { "servers": [ + "1.1.1.1", + "1.0.0.1", "8.8.8.8", "8.8.4.4", "localhost" @@ -93,6 +95,10 @@ "fe80::/10", "geoip:cn" ], + "outboundTag": "direct" + }, + { + "type": "field", "domain": [ "geosite:cn" ], diff --git a/config/client/http.json b/config/client/http.json index 563164a..385d172 100644 --- a/config/client/http.json +++ b/config/client/http.json @@ -95,6 +95,8 @@ ], "dns": { "servers": [ + "1.1.1.1", + "1.0.0.1", "8.8.8.8", "8.8.4.4", "localhost" @@ -123,6 +125,10 @@ "fe80::/10", "geoip:cn" ], + "outboundTag": "direct" + }, + { + "type": "field", "domain": [ "geosite:cn" ], diff --git a/config/client/kcp.json b/config/client/kcp.json index c386ca0..86fb479 100644 --- a/config/client/kcp.json +++ b/config/client/kcp.json @@ -66,6 +66,8 @@ ], "dns": { "servers": [ + "1.1.1.1", + "1.0.0.1", "8.8.8.8", "8.8.4.4", "localhost" @@ -94,6 +96,10 @@ "fe80::/10", "geoip:cn" ], + "outboundTag": "direct" + }, + { + "type": "field", "domain": [ "geosite:cn" ], diff --git a/config/client/quic.json b/config/client/quic.json index 98487f6..2ffe55c 100644 --- a/config/client/quic.json +++ b/config/client/quic.json @@ -65,6 +65,8 @@ ], "dns": { "servers": [ + "1.1.1.1", + "1.0.0.1", "8.8.8.8", "8.8.4.4", "localhost" @@ -93,6 +95,10 @@ "fe80::/10", "geoip:cn" ], + "outboundTag": "direct" + }, + { + "type": "field", "domain": [ "geosite:cn" ], diff --git a/config/client/tcp.json b/config/client/tcp.json index 25adf4a..9a8b35e 100644 --- a/config/client/tcp.json +++ b/config/client/tcp.json @@ -55,6 +55,8 @@ ], "dns": { "servers": [ + "1.1.1.1", + "1.0.0.1", "8.8.8.8", "8.8.4.4", "localhost" @@ -83,6 +85,10 @@ "fe80::/10", "geoip:cn" ], + "outboundTag": "direct" + }, + { + "type": "field", "domain": [ "geosite:cn" ], diff --git a/config/client/ws.json b/config/client/ws.json index c062444..f122878 100644 --- a/config/client/ws.json +++ b/config/client/ws.json @@ -58,6 +58,8 @@ ], "dns": { "servers": [ + "1.1.1.1", + "1.0.0.1", "8.8.8.8", "8.8.4.4", "localhost" @@ -86,6 +88,10 @@ "fe80::/10", "geoip:cn" ], + "outboundTag": "direct" + }, + { + "type": "field", "domain": [ "geosite:cn" ], diff --git a/config/client/ws_tls.json b/config/client/ws_tls.json index 048924f..9f47d62 100644 --- a/config/client/ws_tls.json +++ b/config/client/ws_tls.json @@ -68,6 +68,8 @@ ], "dns": { "servers": [ + "1.1.1.1", + "1.0.0.1", "8.8.8.8", "8.8.4.4", "localhost" @@ -96,6 +98,10 @@ "fe80::/10", "geoip:cn" ], + "outboundTag": "direct" + }, + { + "type": "field", "domain": [ "geosite:cn" ],