Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # If you don't want dnsmasq to read /etc/hosts, uncomment the
  2. # following line.
  3. #no-hosts
  4. # or if you want it to read another file, as well as /etc/hosts, use
  5. # this.
  6. addn-hosts=/etc/myhosts
  7.  
  8. # Normally responses which come from /etc/hosts and the DHCP lease
  9. # file have Time-To-Live set as zero, which conventionally means
  10. # do not cache further. If you are happy to trade lower load on the
  11. # server for potentially stale date, you can set a time-to-live (in
  12. # seconds) here.
  13. #local-ttl=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement