projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow telnet login only in failsafe by default
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
dnsmasq.conf
diff --git
a/openwrt/target/default/target_skeleton/etc/dnsmasq.conf
b/openwrt/target/default/target_skeleton/etc/dnsmasq.conf
index
293edc6
..
6155071
100644
(file)
--- a/
openwrt/target/default/target_skeleton/etc/dnsmasq.conf
+++ b/
openwrt/target/default/target_skeleton/etc/dnsmasq.conf
@@
-11,7
+11,7
@@
domain=lan
except-interface=vlan1
# enable dhcp (start,end,netmask,leasetime)
except-interface=vlan1
# 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-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
dhcp-leasefile=/tmp/dhcp.leases
This page took
0.027376 seconds
and
4
git commands to generate.