2005-11-30 00:08:13 +03:00
|
|
|
# $NetBSD: named.conf,v 1.3 2005/11/29 21:08:13 christos Exp $
|
1998-10-05 22:26:03 +04:00
|
|
|
|
1998-12-15 04:08:43 +03:00
|
|
|
# boot file for secondary name server
|
|
|
|
# Note that there should be one primary entry for each SOA record.
|
1998-10-05 22:26:03 +04:00
|
|
|
|
|
|
|
options {
|
|
|
|
directory "/etc/namedb";
|
2005-11-30 00:08:13 +03:00
|
|
|
query-source address * port 53;
|
1998-10-05 22:26:03 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
zone "." {
|
|
|
|
type hint;
|
|
|
|
file "root.cache";
|
|
|
|
};
|
|
|
|
|
2000-04-26 05:33:27 +04:00
|
|
|
zone "localhost" {
|
|
|
|
type master;
|
|
|
|
file "localhost";
|
|
|
|
};
|
|
|
|
|
1999-01-22 04:41:19 +03:00
|
|
|
zone "127.IN-ADDR.ARPA" {
|
1998-10-05 22:26:03 +04:00
|
|
|
type master;
|
1999-01-22 04:41:19 +03:00
|
|
|
file "127";
|
1998-10-05 22:26:03 +04:00
|
|
|
};
|
2000-03-01 14:06:27 +03:00
|
|
|
|
2002-02-26 11:48:35 +03:00
|
|
|
zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" {
|
|
|
|
type master;
|
|
|
|
file "loopback.v6";
|
|
|
|
};
|
|
|
|
|
1998-12-15 04:08:43 +03:00
|
|
|
# example secondary server config:
|
|
|
|
#
|
|
|
|
# zone "Berkeley.EDU" {
|
|
|
|
# type slave;
|
1999-01-22 04:41:19 +03:00
|
|
|
# file "berkeley.edu.cache";
|
1998-12-15 04:08:43 +03:00
|
|
|
# masters {
|
|
|
|
# 128.32.130.11;
|
|
|
|
# 128.32.133.1;
|
|
|
|
# };
|
|
|
|
# };
|
|
|
|
|
|
|
|
# zone "32.128.IN-ADDR.ARPA" {
|
|
|
|
# type slave;
|
1999-01-22 04:41:19 +03:00
|
|
|
# file "128.32.cache";
|
1998-12-15 04:08:43 +03:00
|
|
|
# masters {
|
|
|
|
# 128.32.130.11;
|
|
|
|
# 128.32.133.1;
|
|
|
|
# };
|
|
|
|
# };
|
|
|
|
|
|
|
|
# example primary server config:
|
|
|
|
#
|
|
|
|
# zone "Berkeley.EDU" {
|
|
|
|
# type master;
|
1999-01-22 04:41:19 +03:00
|
|
|
# file "berkeley.edu";
|
1998-12-15 04:08:43 +03:00
|
|
|
# };
|
|
|
|
|
|
|
|
# zone "32.128.IN-ADDR.ARPA" {
|
|
|
|
# type master;
|
1999-01-22 04:41:19 +03:00
|
|
|
# file "128.32";
|
1998-12-15 04:08:43 +03:00
|
|
|
# };
|