Advertisement
Guest User

/etc/bind/named.conf.local

a guest
Aug 7th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /etc/bind/named.conf.local
  2. //
  3. // Do any local configuration here
  4. //
  5.  
  6. // Consider adding the 1918 zones here, if they are not used in your
  7. // organization
  8. //include "/etc/bind/zones.rfc1918";
  9. zone "samuliweb.net" {
  10. type master;
  11. file "/etc/bind/db.samuliweb.net";
  12. allow-transfer { 192.168.0.5; };
  13. };
  14.  
  15. zone "0.168.192.in-addr.arpa" {
  16. type master;
  17. file "/etc/bind/db.192";
  18. allow-transfer { 8.8.8.8; };
  19. };
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement