mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-20 02:38:32 +00:00
Clarify man page on RDNSS set in router advertisement.
This commit is contained in:
@@ -1687,15 +1687,15 @@ creation are handled by a different protocol. When DHCP is in use,
|
|||||||
only a subset of this is needed, and dnsmasq can handle it, using
|
only a subset of this is needed, and dnsmasq can handle it, using
|
||||||
existing DHCP configuration to provide most data. When RA is enabled,
|
existing DHCP configuration to provide most data. When RA is enabled,
|
||||||
dnsmasq will advertise a prefix for each dhcp-range, with default
|
dnsmasq will advertise a prefix for each dhcp-range, with default
|
||||||
router and recursive DNS server as the relevant link-local address on
|
router as the relevant link-local address on
|
||||||
the machine running dnsmasq. By default, he "managed address" bits are set, and
|
the machine running dnsmasq. By default, the "managed address" bits are set, and
|
||||||
the "use SLAAC" bit is reset. This can be changed for individual
|
the "use SLAAC" bit is reset. This can be changed for individual
|
||||||
subnets with the mode keywords described in
|
subnets with the mode keywords described in
|
||||||
.B --dhcp-range.
|
.B --dhcp-range.
|
||||||
RFC6106 DNS parameters are included in the advertisements. By default,
|
RFC6106 DNS parameters are included in the advertisements. By default,
|
||||||
the relevant link-local address of the machine running dnsmasq is sent
|
the relevant link-local address of the machine running dnsmasq is sent
|
||||||
as recursive DNS server. If provided, the DHCPv6 options dns-server and
|
as recursive DNS server. If provided, the DHCPv6 options dns-server and
|
||||||
domain-search are used for RDNSS and DNSSL.
|
domain-search are used for the DNS server (RDNSS) and the domain serach list (DNSSL).
|
||||||
.TP
|
.TP
|
||||||
.B --ra-param=<interface>,[high|low],[[<ra-interval>],<router lifetime>]
|
.B --ra-param=<interface>,[high|low],[[<ra-interval>],<router lifetime>]
|
||||||
Set non-default values for router advertisements sent via an
|
Set non-default values for router advertisements sent via an
|
||||||
|
|||||||
Reference in New Issue
Block a user