diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-02 13:59:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-02 13:59:41 +0000 |
commit | 94b8298730367dc31789f67585392853054ff9cd (patch) | |
tree | 35e670a26b469ad3f16835f8267fed55c4dfc282 /package/dnsmasq | |
parent | a21254de1a4c6bb4d00fb8398082b81a5e10cc13 (diff) | |
download | upstream-94b8298730367dc31789f67585392853054ff9cd.tar.gz upstream-94b8298730367dc31789f67585392853054ff9cd.tar.bz2 upstream-94b8298730367dc31789f67585392853054ff9cd.zip |
Fixed ticket #169 thanks to gps !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2808 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq')
-rw-r--r-- | package/dnsmasq/files/dnsmasq.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index ccf270d3b5..b4bdd4b634 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/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 |