Advertisement
xtropx

Untitled

Oct 2nd, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. // ============================================================
  2. // NAMED.CONF - BIND9 CONFIGURATION FILE
  3. // ============================================================
  4.  
  5. options {
  6.  
  7.  
  8. forwarders { 208.67.222.222; 208.67.220.220;
  9. };
  10.  
  11.  
  12. listen-on { 127.0.0.1;
  13. };
  14.  
  15.  
  16. listen-on-v6 { ::1;
  17. };
  18.  
  19. };
  20.  
  21. // ============================================================
  22.  
  23. zone "emrlab.com" IN {
  24. type master;
  25. file "zone.emrlab.com";
  26. };
  27.  
  28. zone "1.16.172.in-addr.arpa" {
  29. type master;
  30. file "reverse.1.16.172";
  31. };
  32.  
  33. // ============================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement