projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
set the DEVICE variable in hotplug events from ppp interfaces
[openwrt.git]
/
package
/
dnsmasq
/
files
/
dnsmasq.conf
diff --git
a/package/dnsmasq/files/dnsmasq.conf
b/package/dnsmasq/files/dnsmasq.conf
index
43acd85
..
5be3946
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.conf
+++ b/
package/dnsmasq/files/dnsmasq.conf
@@
-8,16
+8,8
@@
localise-queries
local=/lan/
domain=lan
expand-hosts
local=/lan/
domain=lan
expand-hosts
-resolv-file=/tmp/resolv.conf
+resolv-file=/tmp/resolv.conf
.auto
-@ifdef dhcp_enable
-dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@
-@endif
-@ifdef wan_ifname
-except-interface=@@wan_ifname@@
-@endif
-
-# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
dhcp-leasefile=/tmp/dhcp.leases
dhcp-authoritative
dhcp-leasefile=/tmp/dhcp.leases
This page took
0.020599 seconds
and
4
git commands to generate.