mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
milkymist: files: automatic mount exroot at /dev/sda1
This commit is contained in:
27
milkymist-files/files/etc/config/dhcp
Normal file
27
milkymist-files/files/etc/config/dhcp
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
config 'dnsmasq'
|
||||
option 'domainneeded' '1'
|
||||
option 'boguspriv' '1'
|
||||
option 'filterwin2k' '0'
|
||||
option 'localise_queries' '1'
|
||||
option 'rebind_protection' '1'
|
||||
option 'rebind_localhost' '1'
|
||||
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'
|
||||
|
||||
config 'dhcp' 'lan'
|
||||
option 'interface' 'lan'
|
||||
option 'start' '100'
|
||||
option 'leasetime' '12h'
|
||||
option 'limit' '1'
|
||||
|
||||
config 'dhcp' 'wan'
|
||||
option 'interface' 'wan'
|
||||
option 'ignore' '1'
|
||||
|
||||
Reference in New Issue
Block a user