On évite que ca fasse serveur dhcp pour eviter de polluer tout le monde
This commit is contained in:
parent
22c88e43ff
commit
45fa7e85a1
1 changed files with 16 additions and 0 deletions
16
files/etc/config/dhcp
Normal file
16
files/etc/config/dhcp
Normal file
|
@ -0,0 +1,16 @@
|
|||
config 'dnsmasq'
|
||||
option domainneeded 1
|
||||
option boguspriv 1
|
||||
option filterwin2k 0
|
||||
option localise_queries 1
|
||||
option rebind_protection 1
|
||||
option rebind_localhost 0
|
||||
option local '/lan/'
|
||||
option domain 'lan'
|
||||
option expandhosts 1
|
||||
option nonegcache 0
|
||||
# option authoritative 1
|
||||
option readethers 1
|
||||
# option leasefile '/tmp/dhcp.leases'
|
||||
option resolvfile '/tmp/resolv.conf.auto'
|
||||
option interface lo
|
Loading…
Add table
Add a link
Reference in a new issue