summaryrefslogtreecommitdiff
path: root/dnsmasq.conf.example
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2007-08-29 11:24:47 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2012-01-05 17:31:13 +0000
commit5aabfc78bc90d34f64dc43a9851556dde1aa103e (patch)
treecd931029c8da55025ed35aa73e91604eabe179fc /dnsmasq.conf.example
parentf2621c7ff0ecf88ceeb240427d0be63f7c1cbb0d (diff)
downloaddnsmasq-5aabfc78bc90d34f64dc43a9851556dde1aa103e.tar.gz
import of dnsmasq-2.40.tar.gzv2.40
Diffstat (limited to 'dnsmasq.conf.example')
-rw-r--r--dnsmasq.conf.example10
1 files changed, 8 insertions, 2 deletions
diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
index 9bc4237..f06590b 100644
--- a/dnsmasq.conf.example
+++ b/dnsmasq.conf.example
@@ -180,6 +180,12 @@
# any machine with ethernet address starting 11:22:33:
#dhcp-host=11:22:33:*:*:*,net:red
+# Ignore any clients which are specified in dhcp-host lines
+# or /etc/ethers. Equivalent to ISC "deny unkown-clients".
+# This relies on the special "known" tag which is set when
+# a host is matched.
+#dhcp-ignore=#known
+
# Send extra options which are tagged as "red" to any machine whose
# DHCP vendorclass string includes the substring "Linux"
#dhcp-vendorclass=red,Linux
@@ -204,7 +210,7 @@
# run "dnsmasq --help dhcp" to get a list.
# Note that all the common settings, such as netmask and
# broadcast address, DNS server and default route, are given
-# sane defaults by dnsmasq. You very likely will not need any
+# sane defaults by dnsmasq. You very likely will not need
# any dhcp-options. If you use Windows clients and Samba, there
# are some options which are recommended, they are detailed at the
# end of this section.
@@ -333,7 +339,7 @@
# whether it has a record of the lease or not. This avoids long timeouts
# when a machine wakes up on a new network. DO NOT enable this if there's
# the slighest chance that you might end up accidentally configuring a DHCP
-# server for your campus/company accidentally. The ISC server uses the same
+# server for your campus/company accidentally. The ISC server uses
# the same option, and this URL provides more information:
# http://www.isc.org/index.pl?/sw/dhcp/authoritative.php
#dhcp-authoritative