diff options
Diffstat (limited to 'files/common')
-rw-r--r-- | files/common/etc/config/dhcp | 4 |
1 files changed, 1 insertions, 3 deletions
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 |