summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2023-04-12 22:55:14 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2023-04-12 22:55:14 +0100
commitaaba66efbd3b4e7283993ca3718df47706a8549b (patch)
treee17877af52d9ae0e71c3294127ad46a642f813f3 /man
parent597378cdf55b248a54b930fa31acbad7415aaefd (diff)
downloaddnsmasq-aaba66efbd3b4e7283993ca3718df47706a8549b.tar.gz
Add --no-dhcpv4-interface and --no-dhcpv6-interface options.
Diffstat (limited to 'man')
-rw-r--r--man/dnsmasq.89
1 files changed, 8 insertions, 1 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index 37aea60..30429df 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -279,7 +279,14 @@ a default on installation, to allow unconfigured installations to be
useful but also safe from being used for DNS amplification attacks.
.TP
.B \-2, --no-dhcp-interface=<interface name>
-Do not provide DHCP or TFTP on the specified interface, but do provide DNS service.
+Do not provide DHCP, TFTP or router advertisement on the specified interface, but do provide DNS service.
+.TP
+.B --no-dhcpv4-interface=<interface name>
+Disable only IPv4 DHCP on the specified interface.
+.TP
+.B
+--no-dhcpv6-interface=<interface name>
+Disable IPv6 DHCP and router advertisement on the specified interface.
.TP
.B \-a, --listen-address=<ipaddr>
Listen on the given IP address(es). Both