The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e7f0f4f9206e8b0f411847b293c7b79eb84f0e51

commit e7f0f4f9206e8b0f411847b293c7b79eb84f0e51
Author:     Paula Breton <[email protected]>
AuthorDate: 2024-10-31 07:11:04 +0000
Commit:     Ed Maste <[email protected]>
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 <[email protected]>
---
 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.

Reply via email to