-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts.yml
24 lines (23 loc) · 1.53 KB
/
hosts.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# DoH & DoT Domains
hosts:
# Local
'dns.alidns.com': [223.6.6.6, '2400:3200:baba::1', 223.5.5.5, '2400:3200::1']
'dot.pub': [1.12.12.12, 120.53.53.53]
'doh.pub': [1.12.12.12, 120.53.53.53]
# Global
'one.one.one.one': [1.1.1.1, '2606:4700:4700::1111', 1.0.0.1, '2606:4700:4700::1001']
'1dot1dot1dot1.cloudflare-dns.com': [1.1.1.1, '2606:4700:4700::1111', 1.0.0.1, '2606:4700:4700::1001']
'cloudflare-dns.com': [104.16.248.249, '2606:4700::6810:f8f9', 104.16.249.249, '2606:4700::6810:f9f9']
'dns.google': [8.8.8.8, '2001:4860:4860::8888', 8.8.4.4, '2001:4860:4860::8844']
'dns.quad9.net': [9.9.9.9, 149.112.112.112, '2620:fe::fe', '2620:fe::9']
'dns9.quad9.net': [9.9.9.9, 149.112.112.9, '2620:fe::9', '2620:fe::fe:9']
'dns10.quad9.net': [9.9.9.10, 149.112.112.10, '2620:fe::10', '2620:fe::fe:10']
'dns11.quad9.net': [9.9.9.11, 149.112.112.11, '2620:fe::11', '2620:fe::fe:11']
'dns.hinet.net': [168.95.1.1, '2001:b000:168::1', 168.95.192.1, '2001:b000:168::2']
'dns.twnic.tw': [101.101.101.101, '2001:de4::101', 101.102.103.104, '2001:de4::102']
'twnic-public-dns.twnic.tw': [101.101.101.101, '2001:de4::101', 101.102.103.104, '2001:de4::102']
'doh.umbrella.com': [146.112.41.5, '2620:119:fc::5']
'doh.opendns.com': [146.112.41.2, '2620:119:fc::2']
'dns.umbrella.com': [208.67.222.222, '2620:119:35::35', 208.67.220.220, '2620:119:53::53']
'dns.opendns.com': [208.67.222.222, '2620:119:35::35', 208.67.220.220, '2620:119:53::53']
'dns.adguard.com': [94.140.14.14, '2a10:50c0::ad1:ff', 94.140.15.15, '2a10:50c0::ad2:ff']