Guest User

Untitled

a guest
Jan 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. options {
  2. directory "c:namedzones";
  3. allow-transfer { none; };
  4. recursion no;
  5. };
  6.  
  7.  
  8. zone "." IN {
  9. type master;
  10. file "db.eg.com.txt";
  11. };
  12.  
  13. #allow-transfer { none; };
  14.  
  15. # Use with the following in named.conf, adjusting the allow list as needed:
  16. key "rndc-key" {
  17. algorithm hmac-md5;
  18. secret "Rha8Z8AKxOeg+asqZQ==";
  19. };
  20.  
  21. controls {
  22. inet 127.0.0.1 port 953
  23. allow { 127.0.0.1; } keys { "rndc-key"; };
  24. };
  25.  
  26. $TTL 6h
  27. @ IN SOA eg.com. hostmaster.eg.com. (
  28. 2011100911
  29. 10800
  30. 3600
  31. 604800
  32. 86400 )
  33.  
  34. @ NS eg.com.
  35. * IN A 172.16.5.1
Add Comment
Please, Sign In to add comment