Sample named.conf file for testing.

This commit is contained in:
James Brister
2000-06-16 20:48:03 +00:00
parent b1e973dba2
commit 0efe50faac

View File

@@ -0,0 +1,49 @@
options {
# port 8888;
directory "/etc/namedb"
pid-file "/tmp/named.pid";
allow-query { 127.0.0.1; };
listen-on port 8888 { any; };
};
controls {
inet * port 523 allow { 10/8 ; }; // a bad idea
};
logging {
channel "channel" { file "/dev/null"; };
category lame-servers { foobar; };
};
zone "." {
type hint;
file "/etc/namedb/root.cache";
};
#view "default-view" IN {
#
# zone "." {
# type hint;
# file "/etc/namedb/root.cache";
# };
#
# zone "0.0.127.in-addr.arpa" {
# type master;
# file "/etc/namedb/localhost.rev";
# };
#
# zone "10.in-addr.arpa" {
# type master;
# file "/etc/namedb/primary/10";
# };
#
# zone "jab.fr" {
# type master;
# file "/etc/namedb/primary/jab.fr";
# };
#
## zone "test-zone.com" {
## type master;
## file "/usr/tmp/test-zone.com";
## };
#};