diff options
author | Juri Jensen <juri@xenux.dk> | 2002-08-30 12:46:28 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2002-08-30 12:46:28 +0000 |
commit | 75d87f90bf79a72a9b1b49a16a05496595e1d76f (patch) | |
tree | 69d295b687e669dcd40d91fa1950fca6feda059f | |
parent | eaae0ef85ffd04bcaf5216211ce449bfd369e2c5 (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.
-rw-r--r-- | bind/named_sec.conf.m4 | 6 |
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; }; };') |