projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add lzma compression format to mkimage (will be used on infineon amazon)
[openwrt.git]
/
package
/
dnsmasq
/
files
/
dnsmasq.conf
diff --git
a/package/dnsmasq/files/dnsmasq.conf
b/package/dnsmasq/files/dnsmasq.conf
index
b4bdd4b
..
8001e3b
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.conf
+++ b/
package/dnsmasq/files/dnsmasq.conf
@@
-8,11
+8,11
@@
localise-queries
local=/lan/
domain=lan
expand-hosts
local=/lan/
domain=lan
expand-hosts
+no-negcache
+resolv-file=/tmp/resolv.conf.auto
-# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
dhcp-authoritative
-#dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
-#dhcp-leasefile=/tmp/dhcp.leases
+dhcp-leasefile=/tmp/dhcp.leases
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>
This page took
0.022118 seconds
and
4
git commands to generate.