summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJuri Jensen <juri@xenux.dk>2002-08-30 12:46:28 +0000
committerJuri Jensen <juri@xenux.dk>2002-08-30 12:46:28 +0000
commit75d87f90bf79a72a9b1b49a16a05496595e1d76f (patch)
tree69d295b687e669dcd40d91fa1950fca6feda059f /bind
parenteaae0ef85ffd04bcaf5216211ce449bfd369e2c5 (diff)
bind: Added the start of a m4 file to build named.conf include files for
a secondary nameserver. Added a zonefile for rackserv.dk.
Diffstat (limited to 'bind')
-rw-r--r--bind/named_sec.conf.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/bind/named_sec.conf.m4 b/bind/named_sec.conf.m4
new file mode 100644
index 0000000..4d073db
--- /dev/null
+++ b/bind/named_sec.conf.m4
@@ -0,0 +1,6 @@
+dnl
+dnl named_sec.conf.m4
+dnl Copyright 2002 Juri Jensen <juri@xenux.dk>
+dnl
+include(/tmp/prim2sec.out)dnl
+define(`SEC_ZONE', `zone $1 { type slave; file db.$1; masters { $2; }; };')