diff options
Diffstat (limited to 'minikrebs/profiles')
-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' |