git: e7f0f4f9206e - main - resolver.5: Fix example Google DNS server address
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 14:33:17 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=e7f0f4f9206e8b0f411847b293c7b79eb84f0e51
commit e7f0f4f9206e8b0f411847b293c7b79eb84f0e51
Author: Paula Breton <git@breton.xyz>
AuthorDate: 2024-10-31 07:11:04 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-31 14:32:42 +0000
resolver.5: Fix example Google DNS server address
MFC after: 3 days
Signed-off-by: Paula Breton <git@breton.xyz>
---
share/man/man5/resolver.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man5/resolver.5 b/share/man/man5/resolver.5
index f7f1b1d6f9ea..9f8c0d689a0a 100644
--- a/share/man/man5/resolver.5
+++ b/share/man/man5/resolver.5
@@ -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.