resolver.5: Fix example Google DNS server address

MFC after:	3 days
Signed-off-by:	Paula Breton <git@breton.xyz>
This commit is contained in:
Paula Breton 2024-10-31 03:11:04 -04:00 committed by Ed Maste
parent 1e4da42a36
commit e7f0f4f920

View File

@ -236,7 +236,7 @@ nameserver 192.168.2.1
# Fallback nameservers, in this case these from Google.
nameserver 8.8.8.8
nameserver 4.4.4.4
nameserver 8.8.4.4
# Attach an OPT pseudo-RR for the EDNS0 extension,
# as specified in RFC 2671.