-
Notifications
You must be signed in to change notification settings - Fork 1
/
dns_servers.json
46 lines (46 loc) · 983 Bytes
/
dns_servers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"DNS": [
{
"name": "Alibaba DNS1",
"addr": "223.5.5.5"
},
{
"name": "Alibaba DNS2",
"addr": "223.6.6.6"
},
{
"name": "Tencent DNS",
"addr": "119.29.29.29"
},
{
"name": "114 DNS",
"addr": "114.114.114.114"
},
{
"name": "Google DNS",
"addr": "8.8.8.8"
},
{
"name": "DNSPai",
"addr": "101.226.4.6"
},
{
"name": "DNSPai",
"addr": "218.30.118.6"
}
],
"DoH": [
{
"name": "Alibaba DoH",
"addr": "https://dns.alidns.com:443/dns-query"
},
{
"name": "DNSPod DoH",
"addr": "https://doh.pub:443/dns-query"
},
{
"name": "Google DoH",
"addr": "https://dns.google/dns-query"
}
]
}