mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
|
|
config dnsmasq
|
|
option domainneeded '1'
|
|
option localise_queries '1'
|
|
option rebind_protection '1'
|
|
option rebind_localhost '1'
|
|
option local '/lan/'
|
|
option domain 'lan'
|
|
option expandhosts '1'
|
|
option cachesize '0'
|
|
option authoritative '1'
|
|
option readethers '1'
|
|
option leasefile '/tmp/dhcp.leases'
|
|
option localservice '1'
|
|
option ednspacket_max '1232'
|
|
option noresolv '1'
|
|
option localuse '1'
|
|
list server '127.0.0.1#5353'
|
|
|
|
config dhcp 'lan'
|
|
option interface 'lan'
|
|
option start '100'
|
|
option limit '150'
|
|
option leasetime '12h'
|
|
option dhcpv4 'server'
|
|
option dhcpv6 'server'
|
|
option ra 'server'
|
|
list ra_flags 'managed-config'
|
|
list ra_flags 'other-config'
|
|
|
|
config dhcp 'wan'
|
|
option interface 'wan'
|
|
option ignore '1'
|
|
option start '100'
|
|
option limit '150'
|
|
option leasetime '12h'
|
|
|
|
config odhcpd 'odhcpd'
|
|
option maindhcp '0'
|
|
option leasefile '/tmp/hosts/odhcpd'
|
|
option leasetrigger '/usr/sbin/odhcpd-update'
|
|
option loglevel '4'
|
|
|
|
config host
|
|
option name 'Brother99CB93A6'
|
|
option ip '192.168.88.11'
|
|
list mac '48:5F:99:XX:XX:XX'
|
|
|
|
config host
|
|
option name 'NAS'
|
|
list mac '90:09:D0:XX:XX:XX'
|
|
option ip '192.168.88.10'
|
|
|