projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
get rid of an illegal characters warning with packages that contain uppercase characters
[openwrt.git]
/
package
/
dnsmasq
/
files
/
dhcp.conf
1
config dnsmasq
2
option domainneeded 1
3
option boguspriv 1
4
option filterwin2k '0' #enable for dial on demand
5
option localise_queries 1
6
option local '/lan/'
7
option domain 'lan'
8
option expandhosts 1
9
option nonegcache 0
10
option authoritative 1
11
option readethers 1
12
option leasefile '/tmp/dhcp.leases'
13
option resolvfile '/tmp/resolv.conf.auto'
14
#list server '/mycompany.local/1.2.3.4'
15
16
config dhcp lan
17
option interface lan
18
option start 100
19
option limit 150
20
option leasetime 12h
21
22
config dhcp wan
23
option interface wan
24
option ignore 1
This page took
0.04149 seconds
and
5
git commands to generate.