diff options
| author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-19 10:38:43 (GMT) | 
|---|---|---|
| committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-19 10:38:43 (GMT) | 
| commit | c65dad384318535c1872f61b826dfff6d9e9f66f (patch) | |
| tree | be5f08a6e90c7911192d46da2c383bc5d7744bae /files/common/etc | |
| parent | 6dca94dedbf96a9a5e45bbad0299fa67cc9c655f (diff) | |
dnsmasq config: remove .lan domain
Diffstat (limited to 'files/common/etc')
| -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  | 
