projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d0d91a
)
*** 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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1111
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
293edc6
..
4ef9680
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>