redcomani.org/openwrt-files/etc/config/dhcp

34 lines
740 B
Plaintext
Raw Normal View History

2019-04-29 00:56:56 +00:00
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option expandhosts '1'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
2019-04-29 15:33:57 +00:00
option local '/redcomani.org/'
option domain 'redcomani.org'
2019-04-29 00:56:56 +00:00
config dhcp 'lan'
option interface 'lan'
2019-04-29 15:33:57 +00:00
option dhcpv6 'server'
option ra 'server'
2019-04-29 00:56:56 +00:00
option ignore '1'
2019-04-29 15:33:57 +00:00
option ra_management '1'
2019-04-29 00:56:56 +00:00
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'