Add IPv6 address of Google's global DNS server

While "dig @8.8.8.8 example.com" gives AAAA records, this feels wrong;
we must move move toward using IPv6 only.
This commit is contained in:
Dan Church 2022-12-13 11:28:17 -06:00
parent 9b4ee564d6
commit 663885a568
Signed by: h3xx
GPG Key ID: EA2BF379CD2CDBD0
1 changed files with 2 additions and 0 deletions

View File

@ -44,5 +44,7 @@ no-resolv
# For non-blocked DNS queries, telephone the request thru Google's global DNS
# server.
server=2001:4860:4860::8888
server=2001:4860:4860::8844
server=8.8.8.8
server=8.8.4.4