projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel package other] correct typos in titles of event device and HID devices
[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
#option nonwildcard 0
16
#option interfaces ''
17
18
config dhcp lan
19
option interface lan
20
option start 100
21
option limit 150
22
option leasetime 12h
23
24
config dhcp wan
25
option interface wan
26
option ignore 1
This page took
0.048487 seconds
and
5
git commands to generate.