From c65dad384318535c1872f61b826dfff6d9e9f66f Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Mon, 19 Dec 2011 10:38:43 +0000 Subject: dnsmasq config: remove .lan domain diff --git a/files/common/etc/config/dhcp b/files/common/etc/config/dhcp index 835cd09..c9f3c35 100644 --- a/files/common/etc/config/dhcp +++ b/files/common/etc/config/dhcp @@ -6,8 +6,6 @@ config dnsmasq option rebind_protection 1 # disable if upstream must serve RFC1918 addresses option rebind_localhost 1 # enable for RBL checking and similar services #list rebind_domain example.lan # whitelist RFC1918 responses for domains - option local '/lan/' - option domain 'lan' option expandhosts 1 option nonegcache 0 option authoritative 1 @@ -28,4 +26,4 @@ config dhcp lan config dhcp wan option interface wan - option ignore 1 \ No newline at end of file + option ignore 1 -- cgit v0.10.1