@@ -47,12 +47,18 @@ static G_DNS_SERVERS: phf::OrderedMap<&'static str, (&'static str, &'static str)
47
47
"AdGuard" => ( "94.140.14.14,94.140.15.15" , "2a10:50c0::ad1:ff,2a10:50c0::ad2:ff" ) ,
48
48
"AdGuard Family Protection" => ( "94.140.14.15,94.140.15.16" , "2a10:50c0::bad1:ff,2a10:50c0::bad2:ff" ) ,
49
49
"Cloudflare" => ( "1.1.1.1,1.0.0.1" , "2606:4700:4700::1111,2606:4700:4700::1001" ) ,
50
+ "Cloudflare Malware blocking" => ( "1.1.1.2,1.0.0.2" , "2606:4700:4700::1112,2606:4700:4700::1002" ) ,
50
51
"Cloudflare Malware and adult content blocking" => ( "1.1.1.3,1.0.0.3" , "2606:4700:4700::1113,2606:4700:4700::1003" ) ,
51
- "DNS.Watch" => ( "84.200.69.80,84.200.70.40" , "2001:1608:10:25::1c04:b12f,2001:1608:10:25::9249:d69b" ) ,
52
52
"Cisco Umbrella(OpenDNS)" => ( "208.67.222.222,208.67.220.220" , "2620:119:35::35,2620:119:53::53" ) ,
53
+ "DNS.Watch" => ( "84.200.69.80,84.200.70.40" , "2001:1608:10:25::1c04:b12f,2001:1608:10:25::9249:d69b" ) ,
54
+ "GCore" => ( "95.85.95.85,2.56.220.2" , "2a03:90c0:999d::1,2a03:90c0:9992::1" ) ,
55
+ "Google" => ( "8.8.8.8,8.8.4.4" , "2001:4860:4860::8888,2001:4860:4860::8844" ) ,
53
56
"Quad9" => ( "9.9.9.9,149.112.112.112" , "2620:fe::fe,2620:fe::9" ) ,
54
- "Google" => ( "8.8.8.8,8.8.4.4" , "2001:4860:4860::8888,2001:4860:4860::8844" ) ,
55
- "Yandex" => ( "77.88.8.8,77.88.8.1" , "2a02:6b8::feed:0ff,2a02:6b8:0:1::feed:0ff" )
57
+ "Yandex" => ( "77.88.8.8,77.88.8.1" , "2a02:6b8::feed:0ff,2a02:6b8:0:1::feed:0ff" ) ,
58
+ "Yandex Malware blocking" => ( "77.88.8.88,77.88.8.2" , "2a02:6b8::feed:bad,2a02:6b8:0:1::feed:bad" ) ,
59
+ "Yandex Malware and adult content blocking" => ( "77.88.8.7,77.88.8.3" , "2a02:6b8::feed:a11,2a02:6b8:0:1::feed:a11" ) ,
60
+ "阿里云公共DNS (AliDNS)" => ( "223.5.5.5,223.6.6.6" , "2400:3200::1,2400:3200:baba::1" ) ,
61
+ "DNSPod (Tencent)" => ( "119.29.29.29,119.28.28.28" , "2402:4e00::,2402:4e00:1::" )
56
62
} ;
57
63
58
64
pub struct DialogMessage {
0 commit comments