Guest User

Untitled

a guest
Jan 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. //
  2. // Do any local configuration here
  3. //
  4.  
  5. // Consider adding the 1918 zones here, if they are not used in your
  6. // organization
  7. //include "/etc/bind/zones.rfc1918";
  8.  
  9. // Reverse DNS
  10. zone "0.0.10.in-addr.arpa" {
  11. type master;
  12. file "/etc/bind/zones/rev.0.0.10.in-addr.arpa";
  13. };
  14.  
  15. // Boobs dot com
  16. zone "boobs.com" {
  17. type master;
  18. file "/var/lib/bind/boobs.com.hosts";
  19. };
Add Comment
Please, Sign In to add comment