diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-02 13:59:41 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-02 13:59:41 +0000 |
commit | b5ce9def41f90be55d1855ef928e42dbc3130284 (patch) | |
tree | 4c7697f8cbdfc913f681446dda55760a4fc928be | |
parent | 28b697c7d5e82ffac2bb03835065cb258712d3be (diff) |
Fixed ticket #169 thanks to gps !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2808 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/dnsmasq/files/dnsmasq.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/dnsmasq/files/dnsmasq.conf b/openwrt/package/dnsmasq/files/dnsmasq.conf index ccf270d3b5..b4bdd4b634 100644 --- a/openwrt/package/dnsmasq/files/dnsmasq.conf +++ b/openwrt/package/dnsmasq/files/dnsmasq.conf @@ -7,6 +7,7 @@ localise-queries # allow /etc/hosts and dhcp lookups via *.lan local=/lan/ domain=lan +expand-hosts # enable dhcp (start,end,netmask,leasetime) dhcp-authoritative |