mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
resolver.5: Fix example Google DNS server address
MFC after: 3 days
Signed-off-by: Paula Breton <git@breton.xyz>
(cherry picked from commit e7f0f4f9206e8b0f411847b293c7b79eb84f0e51)
(cherry picked from commit 3e3e2c6328)
Approved by: re (cperciva)
This commit is contained in:
parent
2bc5b1d605
commit
58e70f39fd
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue