projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: fill some important capabilities into ht_capab in the hostapd config
[openwrt.git]
/
package
/
dnsmasq
/
files
/
dhcp.conf
diff --git
a/package/dnsmasq/files/dhcp.conf
b/package/dnsmasq/files/dhcp.conf
index
f34a0e9
..
25ecde6
100644
(file)
--- a/
package/dnsmasq/files/dhcp.conf
+++ b/
package/dnsmasq/files/dhcp.conf
@@
-12,8
+12,9
@@
config dnsmasq
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
#list server '/mycompany.local/1.2.3.4'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
#list server '/mycompany.local/1.2.3.4'
- #option nonwildcard 0
- #option interfaces ''
+ #option nonwildcard 1
+ #list interface br-lan
+ #list notinterface lo
config dhcp lan
option interface lan
config dhcp lan
option interface lan
This page took
0.028015 seconds
and
4
git commands to generate.