diff options
author | makefu <github@syntax-fehler.de> | 2013-01-07 12:23:30 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-07 12:23:30 +0700 |
commit | d9f1bca78f46084f9e71b9c23e422d0a946cd9b6 (patch) | |
tree | e49cbf34d84d73a6fcf1086921e6216763a48ca3 /minikrebs/profiles/rickroller | |
parent | 6ea50f3c77350e715649aa45061beb1701ebaa95 (diff) |
rickroller: resolve to localhost all the time (for offline usage
Diffstat (limited to 'minikrebs/profiles/rickroller')
-rw-r--r-- | minikrebs/profiles/rickroller/customfiles/etc/config/dhcp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/minikrebs/profiles/rickroller/customfiles/etc/config/dhcp b/minikrebs/profiles/rickroller/customfiles/etc/config/dhcp index b058f08f..79d7bea5 100644 --- a/minikrebs/profiles/rickroller/customfiles/etc/config/dhcp +++ b/minikrebs/profiles/rickroller/customfiles/etc/config/dhcp @@ -9,8 +9,8 @@ config dnsmasq rvices #list rebind_domain example.lan # whitelist RFC1918 responses for domains - option local '/lan/' - option domain 'lan' + #option local '/lan/' + #option domain 'lan' option expandhosts 1 option nonegcache 0 option authoritative 1 @@ -23,3 +23,6 @@ config dhcp wlan option start 100 option limit 150 option leasetime 12h +config 'domain' + option name '#' + option ip '192.168.23.1' |