| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/ |
Upload File : |
## named.conf
##
## Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
# server as a caching only nameserver (as a localhost DNS resolver only).
#
# See /usr/share/doc/bind*/sample/ for example named configuration files.
#
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
include "/etc/rndc.key";
options {
directory "/var/named/";
forward first;
forwarders {
192.168.1.1;
203.113.7.130;
202.129.27.135;
203.113.127.199;
202.129.27.133;
203.113.24.199;
192.168.1.1;
};
};
# forwarders {
#TOT 203.113.7.130;
#CAT 202.129.27.135;
#TOT 203.113.127.199;
#CAT 202.129.27.133;
#TOT 203.113.24.199;
#Balance 192.168.1.1;
# };
zone "." IN {
type hint;
file "named.ca";
};
zone "homelinux.org" {
type master;
file "homelinux.zone";
};
zone "localhost" {
type master;
file "localhost.zone";
};
zone "1.168.192.in-addr.arpa" {
type master;
file "1.168.192.zone";
};