Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. config dnsmasq
  2. option domainneeded '1'
  3. option boguspriv '1'
  4. option filterwin2k '0'
  5. option localise_queries '1'
  6. option rebind_protection '1'
  7. option rebind_localhost '1'
  8. option local '/lan/'
  9. option domain 'lan'
  10. option expandhosts '1'
  11. option nonegcache '0'
  12. option authoritative '1'
  13. option readethers '1'
  14. option leasefile '/tmp/dhcp.leases'
  15. option resolvfile '/tmp/resolv.conf.auto'
  16. option nonwildcard '1'
  17. list interface 'lo,wlan0'
  18.  
  19. config dhcp 'lan'
  20. option interface 'lan'
  21. option ignore '1'
  22.  
  23. config dhcp 'wan'
  24. option interface 'wan'
  25. option ignore '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement