Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- config 'dnsmasq'
- option 'boguspriv' '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 'local' '/l/'
- option 'domain' 'l'
- list 'server' '/l/192.168.1.1'
- config 'dhcp' 'lan'
- option 'interface' 'lan'
- option 'start' '1'
- option 'limit' '250'
- option 'leasetime' '24h'
- config 'dhcp' 'wan'
- option 'interface' 'wan'
- option 'ignore' '1'
Advertisement
Add Comment
Please, Sign In to add comment