// $FreeBSD: src/etc/namedb/named.conf,v 1.14 2003/02/07 20:58:38 keramida Exp $
//
// Refer to the named.conf(5) and named(8) man pages for details.
//

logging {
      channel my_file {
           file "named.log";
           severity dynamic;
           print-category yes;
           print-severity yes;
           };
      category default { default_syslog; my_file; };
      category panic { default_syslog; my_file; };
      category packet { my_file; };
      category eventlib {my_file; };
      category queries { my_file; };
      };

options {
      directory "/etc/namedb";
      pid-file "/var/run/named/pid";

// In addition to the "forwarders" clause, you can force your name
// server to never initiate queries of its own, but always ask its
// forwarders only, by enabling the following line:
//
//      forward only;

// If you've got a DNS server around at your upstream provider, enter
// its IP address here, and enable the line below. This will make you
// benefit from its cache, thus reduce overall DNS traffic in the Internet.

//      forwarders {
//           212.188.4.10;
//           195.34.32.116;
//      };
//
      /*
      * If there is a firewall between you and nameservers you want
      * to talk to, you might need to uncomment the query-source
      * directive below. Previous versions of BIND always asked
      * questions using port 53, but BIND 8.1 uses an unprivileged
      * port by default.
      */
      // query-source address * port 53;

      /*
      * If running in a sandbox, you may have to specify a different
      * location for the dumpfile.
      */
      // dump-file "s/named_dump.db";


           listen-on { 127.0.0.1 ; 213.147.32.44;};


};

zone "32.147.213.in-addr.arpa" {
      type master;
      file "db.32.147.213";
};

zone "49.234.83.in-addr.arpa" {
      type master;
      file "db.49.234.83";
};

zone "." {
      type hint;
      file "db.cache";
};

zone "0.0.127.IN-ADDR.ARPA" {
      type master;
      file "localhost.rev";
};

zone "soft-help.ru" in {
      type master;
      file "master/soft-help.ru";
};

zone "darint.ru" in {
      type master;
      file "master/darint.ru";
};

zone "oregana.ru" in {
      type master;
      file "master/oregana.ru";
};

zone "segway-trade.ru" in {
      type master;
      file "master/segway-trade.ru";
};

zone "jazz-art-studio.ru" in {
      type master;
      file "master/jazz-art-studio.ru";
};


Comments ( )
<00>  <01>  <02>  <03>  <04>  <05>  <06>  <07>  <08>  <09>  <10>  <11>  <12>  <13>  <14>  <15>  <16>  <17>  <18>  <19>  <20>  <21>  <22>  <23
Link to this page: //www.vb-net.com/hosting/c2.htm
<SITEMAP>  <MVC>  <ASP>  <NET>  <DATA>  <KIOSK>  <FLEX>  <SQL>  <NOTES>  <LINUX>  <MONO>  <FREEWARE>  <DOCS>  <ENG>  <CHAT ME>  <ABOUT ME>  < THANKS ME>