X Tutup
Skip to content

Commit aa2b370

Browse files
mcatanzarokeszybz
authored andcommitted
resolved.conf.in: add missing Quad9 servers
The example configuration is missing half of Quad9's addresses.
1 parent 5a0d0b8 commit aa2b370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolve/resolved.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Some examples of DNS servers which may be used for DNS= and FallbackDNS=:
1919
# Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com
2020
# Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google
21-
# Quad9: 9.9.9.9#dns.quad9.net 2620:fe::fe#dns.quad9.net
21+
# Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net
2222
#DNS=
2323
#FallbackDNS=@DNS_SERVERS@
2424
#Domains=

0 commit comments

Comments
 (0)
X Tutup