aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep/configs/etc/dnsmasq.conf
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-25 19:11:01 +0200
committerficus <ficus@robocracy.org>2012-09-25 19:11:01 +0200
commit846ee52dc6b9239173565a81d4fb756e6f26285f (patch)
tree7ea0dca2960ef48768d67e6b0e0adeb6cc6e4675 /packages/torouter-prep/configs/etc/dnsmasq.conf
parentcc9809734fdbd6ea8601005d34b4efaf5b37baa4 (diff)
downloadtorouter-846ee52dc6b9239173565a81d4fb756e6f26285f.tar.gz
torouter-846ee52dc6b9239173565a81d4fb756e6f26285f.zip
various tweeks
- remove torouter-tui dependancy from torouter-prep - split out dnsmasq config to per-interface files - clean up configs directory, moving misc temp files to /tmp
Diffstat (limited to 'packages/torouter-prep/configs/etc/dnsmasq.conf')
-rw-r--r--packages/torouter-prep/configs/etc/dnsmasq.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/torouter-prep/configs/etc/dnsmasq.conf b/packages/torouter-prep/configs/etc/dnsmasq.conf
index 2711486..8e02834 100644
--- a/packages/torouter-prep/configs/etc/dnsmasq.conf
+++ b/packages/torouter-prep/configs/etc/dnsmasq.conf
@@ -94,7 +94,6 @@ except-interface=lo
# configure it as shown above, and then use the following line to
# disable DHCP on it.
#no-dhcp-interface=
-#no-dns-interface=uap0
# On systems which support it, dnsmasq binds the wildcard address,
# even when it is listening on only some interfaces. It then discards
@@ -137,8 +136,8 @@ bind-interfaces
# repeat this for each network on which you want to supply DHCP
# service.
#dhcp-range=192.168.0.50,192.168.0.150,12h
-dhcp-range=10.23.42.10,10.23.42.254,255.255.255.0,12h
-dhcp-range=172.16.23.10,172.16.23.254,255.255.255.0,12h
+
+# see also /etc/dnsmasq.d/lan and /etc/dnsmasq.d/wifi
# This is an example of a DHCP range where the netmask is given. This
# is needed for networks we reach the dnsmasq DHCP server via a relay
@@ -554,4 +553,4 @@ dhcp-range=172.16.23.10,172.16.23.254,255.255.255.0,12h
# Include a another lot of configuration options.
#conf-file=/etc/dnsmasq.more.conf
-#conf-dir=/etc/dnsmasq.d
+conf-dir=/etc/dnsmasq.d