| 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 {
202.69.137.137;
203.113.127.199;
};
};
zone "." IN {
type hint;
file "named.ca";
};
zone "homelinux.org" {
type master;
file "homelinux.zone";
};
zone "homelinux2.org" {
type master;
file "homelinux2.zone";
};
zone "14.168.192.in-addr.arpa" {
type master;
file "14.168.192.zone";
};
zone "16.168.192.in-addr.arpa" {
type master;
file "16.168.192.zone";
};