1 # $NetBSD: named.conf,v 1.7 2013/04/25 20:28:05 christos Exp $
3 # boot file for secondary name server
4 # Note that there should be one primary entry for each SOA record.
5 # If you cannot get DNSSEC to work, and you see the following message:
6 # DNSKEY: verify failed due to bad signature (keyid=19036): \
7 # RRSIG validity period has not begun
8 # Fix your clock. You can comment out the dnssec entries temporarily to
9 # get to an ntp server.
12 directory "/etc/namedb";
14 dnssec-validation auto;
15 dnssec-lookaside auto;
16 managed-keys-directory "keys";
17 bindkeys-file "bind.keys";
18 allow-recursion { localhost; localnets; };
21 # This forces all queries to come from port 53; might be
22 # needed for firewall traversals but should be avoided if
23 # at all possible because of the risk of spoofing attacks.
25 #query-source address * port 53;
38 zone "127.IN-ADDR.ARPA" {
43 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" {
48 # example secondary server config:
50 # zone "Berkeley.EDU" {
52 # file "berkeley.edu.cache";
59 # zone "32.128.IN-ADDR.ARPA" {
61 # file "128.32.cache";
68 # example primary server config:
70 # zone "Berkeley.EDU" {
72 # file "berkeley.edu";
75 # zone "32.128.IN-ADDR.ARPA" {