Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. zone "woyosensei.com" {
  2. type master;
  3. file "/etc/bind/db.woyosensei.org";
  4. allow-transfer { 82.*.*.*; };
  5. };
  6.  
  7.  
  8. zone "0.168.192.in-addr.arpa" {
  9. type master;
  10. notify no;
  11. file "/etc/bind/db.192";
  12. allow-transfer { 192.168.0.10; };
  13. };
  14.  
  15.  
  16. zone "*.*.82.in-addr.arpa" {
  17. type master;
  18. notify no;
  19. file "/etc/bind/db.82";
  20. allow-transfer { 192.168.0.10; };
  21. };
  22.  
  23. @ IN SOA ns.woyosensei.org. admin.woyosensei.org. (
  24. 2 ; Serial
  25. 604800 ; Refresh
  26. 86400 ; Retry
  27. 2419200 ; Expire
  28. 604800 ) ; Negative Cache TTL
  29. ;
  30. @ IN NS ns.
  31. 10 IN PTR ns.woyosensei.org.
  32.  
  33. $TTL 604800
  34. @ IN SOA ns.woyosensei.org. admin.woyosensei.org. (
  35. 2 ; Serial
  36. 604800 ; Refresh
  37. 86400 ; Retry
  38. 2419200 ; Expire
  39. 604800 ) ; Negative Cache TTL
  40. ;
  41. @ IN NS ns.woyosensei.org.
  42. @ IN A 127.0.0.1
  43. @ IN AAAA ::1
  44. ns IN A 192.168.0.10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement