aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/files/dhcp.conf
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>2017-02-24 10:08:30 +0000
committerHans Dedecker <dedeckeh@gmail.com>2017-06-11 14:50:04 +0200
commit16a905b322306aefa331d8a93a9e191582afe2b1 (patch)
tree67287cd5bfb9476542b67c4efb14a88e7da7c508 /package/network/services/dnsmasq/files/dhcp.conf
parentab116180016dff282e5ad8104b859cc2bca3d5e0 (diff)
downloadupstream-16a905b322306aefa331d8a93a9e191582afe2b1.tar.gz
upstream-16a905b322306aefa331d8a93a9e191582afe2b1.tar.bz2
upstream-16a905b322306aefa331d8a93a9e191582afe2b1.zip
dnsmasq: make bind-dynamic 'non-wildcard' interfaces default
'non-wildcard' interfaces enables dnsmasq's '--bind-dynamic' mode. This binds to interfaces rather than wildcard addresses *and* keeps track of interface comings/goings via a unique Linux api. Quoting dnsmasq's author "bind-dynamic (bind individual addresses, keep up with changes in interface config) ... On linux, there's actually no sane reason not to use --bind-dynamic, and it's only not the default for historical reasons." Let's change history, well on LEDE at least, and change the default! Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/files/dhcp.conf')
-rw-r--r--package/network/services/dnsmasq/files/dhcp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf
index 362b90a293..360c7d79ee 100644
--- a/package/network/services/dnsmasq/files/dhcp.conf
+++ b/package/network/services/dnsmasq/files/dhcp.conf
@@ -15,7 +15,7 @@ config dnsmasq
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
#list server '/mycompany.local/1.2.3.4'
- #option nonwildcard 1
+ option nonwildcard 1 # bind to & keep track of interfaces
#list interface br-lan
#list notinterface lo
#list bogusnxdomain '64.94.110.11'