unbound: small rephrase/addition based on new MVC page

pull/482/head
Stephan de Wit 10 months ago
parent d8f42f0484
commit d577cf7f7f

@ -32,18 +32,21 @@ DNS64 Enable `DNS64 <https://en.wikipedia.org/wi
AAAA records for domains which only have A records. DNS64 requires NAT64 to be
useful, e. g. the Tayga plugin or a third-party NAT64 service. The DNS64 prefix
must match the IPv6 prefix used be the NAT64.
AAAA-only mode If this option is set, Unbound will remove all A records from the answer section
of all responses.
DHCP Registration **IPv4 only** If this option is set, then machines that specify their hostname
when requesting a DHCP lease will be registered in Unbound,
so that their name can be resolved.
so that their names can be resolved.
The source of this data is **client-hostname** in the
`dhcpd.leases <https://www.freebsd.org/cgi/man.cgi?query=dhcpd.leases>`__ file
`dhcpd.leases <https://www.freebsd.org/cgi/man.cgi?query=dhcpd.leases>`__ file.
This can also be inspected using the `Leases <dhcp.html#diagnostics>`__ page.
DHCP Domain Override When the above registrations shouldn't use the same domain name as configured
on this firewall, you can specify a different one here.
DHCP Static Mappings Register static dhcpd entries so clients can resolve them. Supported on IPv4 and
IPv6.
IPv6 Link-local Register link local addresses for IPv6.
No IPv6 Link-local aaddresses Do not register link local addresses for IPv6. This will prevent the return of
unreachable addresses when more than one listen interface is configured.
System A/AAAA records If this option is set, then no A/AAAA records for the configured listen interfaces
will be generated. This also means that no PTR records will be created. If desired,
you can manually add A/AAAA records in :ref:`overrides`. Use this to control which

Loading…
Cancel
Save