Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 0.83 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. options {
  2.         directory "/var/cache/bind";
  3.  
  4.         // If there is a firewall between you and nameservers you want
  5.         // to talk to, you may need to fix the firewall to allow multiple
  6.         // ports to talk.  See http://www.kb.cert.org/vuls/id/800113
  7.  
  8.         // If your ISP provided one or more IP addresses for stable
  9.         // nameservers, you probably want to use them as forwarders.  
  10.         // Uncomment the following block, and insert the addresses replacing
  11.         // the all-0's placeholder.
  12.  
  13.         // forwarders {
  14.         //      0.0.0.0;
  15.         // };
  16.         zone-statistics yes;
  17.         statistics-file "/var/log/bind/bind_stats.txt";
  18.         version "no version info";
  19.         allow-transfer { none; };
  20.         listen-on { 127.0.0.1; 88.198.41.35; };
  21.         allow-query { localhost; 127.0.0.1/8; 88.198.41.35; };
  22.         allow-recursion { localhost; 127.0.0.1/8; 88.198.41.35; };
  23.         auth-nxdomain no;    # conform to RFC1035
  24. };