projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix missing update for include() api change (#815)
[openwrt.git]
/
package
/
dnsmasq
/
files
/
dnsmasq.conf
diff --git
a/package/dnsmasq/files/dnsmasq.conf
b/package/dnsmasq/files/dnsmasq.conf
index
c770d53
..
8a51f84
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.conf
+++ b/
package/dnsmasq/files/dnsmasq.conf
@@
-7,14
+7,20
@@
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
+resolv-file=/tmp/resolv.conf
-# enable dhcp (start,end,netmask,leasetime)
+@ifdef dhcp_enable
+dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@
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
+@endif
+@ifdef wan_ifname
+except-interface=@@wan_ifname@@
+@endif
# use /etc/ethers for static hosts; same format as --dhcp-host
# use /etc/ethers for static hosts; same format as --dhcp-host
-# <hwaddr>
[<hostname>]
<ipaddr>
+# <hwaddr> <ipaddr>
read-ethers
# other useful options:
read-ethers
# other useful options:
This page took
0.028925 seconds
and
4
git commands to generate.