1 # $NetBSD: named.conf,v 1.4 2006/03/23 13:50:44 itojun Exp $
3 # boot file for secondary name server
4 # Note that there should be one primary entry for each SOA record.
7 directory "/etc/namedb";
8 allow-recursion { localhost; localnets; };
11 # This forces all queries to come from port 53; might be
12 # needed for firewall traversals but should be avoided if
13 # at all possible because of the risk of spoofing attacks.
15 #query-source address * port 53;
28 zone "127.IN-ADDR.ARPA" {
33 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" {
38 # example secondary server config:
40 # zone "Berkeley.EDU" {
42 # file "berkeley.edu.cache";
49 # zone "32.128.IN-ADDR.ARPA" {
51 # file "128.32.cache";
58 # example primary server config:
60 # zone "Berkeley.EDU" {
62 # file "berkeley.edu";
65 # zone "32.128.IN-ADDR.ARPA" {