mirror of
https://github.com/opnsense/docs.git
synced 2026-06-09 08:32:07 -04:00
dnsmasq: Add tip for DHCPv6 DNS server option (#737)
This commit is contained in:
parent
6684c69fb1
commit
dd1c4f76aa
1 changed files with 10 additions and 0 deletions
|
|
@ -122,6 +122,11 @@ when received from the network. DHCP requires at least one dhcp-range and matchi
|
|||
**Require domain** If this option is set, we will not forward A or AAAA queries for plain names, without
|
||||
dots or domain parts, to upstream name servers. If the name is not known from /etc/hosts
|
||||
or DHCP then a "not found" answer is returned.
|
||||
**Do not forward to system defined DNS** If this option is set, DNS forwarding to system nameservers (defined in System:
|
||||
General Setup: DNS Servers) will be disabled. Upstream servers defined in
|
||||
Services: Dnsmasq DNS & DHCP: Domains will still be used. This option is recommended
|
||||
when Unbound forwards local domain queries to Dnsmasq, so that all queries terminate
|
||||
without further lookups if they are unknown.
|
||||
**Do not forward private reverse lookup** If this option is set, we will not forward reverse DNS lookups (PTR) for private
|
||||
addresses (RFC 1918) to upstream name servers. Any entries in the Domain Overrides
|
||||
section forwarding private "n.n.n.in-addr.arpa" names to a specific server are still
|
||||
|
|
@ -632,6 +637,11 @@ Option Value
|
|||
**Value** ``[::]``
|
||||
================================== =======================================================================================================
|
||||
|
||||
.. Tip::
|
||||
|
||||
To use the same ``dns-server [23]`` option on all interfaces, set the interface to any. You do not need to create them for each
|
||||
interface individually. The correct IPv6 DNS server will be automatically calculated via ``[::]`` anyway.
|
||||
|
||||
.. Note::
|
||||
|
||||
When entering DHCPv6 options, enclosing them in brackets ``[]`` is mandatory. ``[::]`` is a special address and will return the GUA of
|
||||
|
|
|
|||
Loading…
Reference in a new issue