aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-23 18:34:51 +0100
committerficus <ficus@robocracy.org>2012-11-23 18:34:51 +0100
commitec5260d82dd1c5d5cf75f0f46d4748c4cb99d784 (patch)
tree2732cc923d951720593f965c4ad77e1a36cf2b83
parent991ab277263eb67025e040df21635e84b8edb33e (diff)
downloadtorouter-live-ec5260d82dd1c5d5cf75f0f46d4748c4cb99d784.tar.gz
torouter-live-ec5260d82dd1c5d5cf75f0f46d4748c4cb99d784.zip
fix dnsmasq wifi settings
-rw-r--r--config/includes.chroot/etc/dnsmasq_wifi.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/includes.chroot/etc/dnsmasq_wifi.conf b/config/includes.chroot/etc/dnsmasq_wifi.conf
index 56c268e..4c73593 100644
--- a/config/includes.chroot/etc/dnsmasq_wifi.conf
+++ b/config/includes.chroot/etc/dnsmasq_wifi.conf
@@ -1,7 +1,11 @@
no-poll
+no-resolv
+domain-needed
bind-interfaces
except-interface=lo
interface=uap0
-server=172.16.23.1#5353
+server=/.onion/172.16.23.1#5353
+server=172.16.23.1#5354
dhcp-range=172.16.23.10,172.16.23.254,255.255.255.0,12h
+