projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc5fb80
)
*** empty log message ***
author
Mike Baker
<mbm@openwrt.org>
Mon, 30 May 2005 10:05:50 +0000
(10:05 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Mon, 30 May 2005 10:05:50 +0000
(10:05 +0000)
SVN-Revision: 1111
openwrt/target/default/target_skeleton/etc/dnsmasq.conf
patch
|
blob
|
history
diff --git
a/openwrt/target/default/target_skeleton/etc/dnsmasq.conf
b/openwrt/target/default/target_skeleton/etc/dnsmasq.conf
index 293edc600ae0cadd4a9b7a27c812842d983b9178..4ef96803a6c74c6138cff13d93d25a02333f6f6e 100644
(file)
--- a/
openwrt/target/default/target_skeleton/etc/dnsmasq.conf
+++ b/
openwrt/target/default/target_skeleton/etc/dnsmasq.conf
@@
-2,6
+2,7
@@
domain-needed
bogus-priv
filterwin2k
+localise-queries
# allow /etc/hosts and dhcp lookups via *.lan
local=/lan/
@@
-12,8
+13,8
@@
except-interface=vlan1
# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
-dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
-dhcp-leasefile=/tmp/dhcp.leases
+
#
dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
+
#
dhcp-leasefile=/tmp/dhcp.leases
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> [<hostname>] <ipaddr>