Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 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. zone "example.com" {
  10. type master;
  11. file "/etc/bind/db.example.com";
  12. allow-transfer { 192.168.2.3; };
  13. also-notify { 192.168.2.3; };
  14. };
  15.  
  16. zone "2.168.192.in-addr.arpa" {
  17. type master;
  18. notify no;
  19. file "/etc/bind/db.10";
  20. allow-transfer { 192.168.2.3; };
  21. also-notify { 192.168.2.3; };
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement