From 3f627ef26a8164fd017bb486915868533cad97c8 Mon Sep 17 00:00:00 2001 From: lhie1 Date: Sun, 11 Aug 2019 00:25:01 +0800 Subject: [PATCH] dns --- Clash/General_dns.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Clash/General_dns.yml b/Clash/General_dns.yml index f88fd10..b96c02f 100644 --- a/Clash/General_dns.yml +++ b/Clash/General_dns.yml @@ -10,10 +10,15 @@ dns: listen: 0.0.0.0:53 enhanced-mode: redir-host nameserver: - - 1.2.4.8 - - 119.29.29.29 - - 223.5.5.5 + # DNS From USTC + - tcp://202.141.162.123:53 + - tcp://202.141.176.93:53 + - tcp://202.38.93.94:53 + # DNS From Hi!XNS + - tcp://40.73.101.101:53 + # DNS From OpenDNS + - tcp://208.67.222.222:5353 fallback: - - tls://1.1.1.1:853 - - tls://1.0.0.1:853 - - tls://dns.google:853 \ No newline at end of file + - tcp://1.0.0.1:53 + - tcp://208.67.220.220:5353 + - tls://1.0.0.1:853 \ No newline at end of file