projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add gnupg from Michael Cohen, thx
[openwrt.git]
/
openwrt
/
package
/
dnsmasq
/
files
/
dnsmasq.conf
diff --git
a/openwrt/package/dnsmasq/files/dnsmasq.conf
b/openwrt/package/dnsmasq/files/dnsmasq.conf
index
ccf270d
..
d4a9f08
100644
(file)
--- a/
openwrt/package/dnsmasq/files/dnsmasq.conf
+++ b/
openwrt/package/dnsmasq/files/dnsmasq.conf
@@
-7,11
+7,12
@@
localise-queries
# allow /etc/hosts and dhcp lookups via *.lan
local=/lan/
domain=lan
# allow /etc/hosts and dhcp lookups via *.lan
local=/lan/
domain=lan
+expand-hosts
# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
#dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
# 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-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.030682 seconds
and
4
git commands to generate.