summaryrefslogtreecommitdiffstats
path: root/etc/namedb/named.boot
diff options
context:
space:
mode:
Diffstat (limited to 'etc/namedb/named.boot')
-rw-r--r--etc/namedb/named.boot21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/namedb/named.boot b/etc/namedb/named.boot
new file mode 100644
index 0000000..93db308
--- /dev/null
+++ b/etc/namedb/named.boot
@@ -0,0 +1,21 @@
+; @(#)named.boot 5.1 (Berkeley) 6/30/90
+
+; boot file for secondary name server
+; Note that there should be one primary entry for each SOA record.
+
+sortlist 128.3.0.0
+
+directory /etc/namedb
+
+; type domain source host/file backup file
+
+cache . root.cache
+primary 0.0.127.IN-ADDR.ARPA localhost.rev
+
+; example secondary server config:
+; secondary Berkeley.EDU 128.32.130.11 128.32.133.1 ucbhosts.bak
+; secondary 32.128.IN-ADDR.ARPA 128.32.130.11 128.32.133.1 ucbhosts.rev.bak
+
+; example primary server config:
+; primary Berkeley.EDU ucbhosts
+; primary 32.128.IN-ADDR.ARPA ucbhosts.rev
OpenPOWER on IntegriCloud