Using bind10 as one of my production servers
Dan Mahoney
dmahoney at isc.org
Fri Aug 3 15:07:25 UTC 2012
On Fri, 3 Aug 2012, Dan Mahoney wrote:
>
>
> On Fri, 3 Aug 2012, Shane Kerr wrote:
> > We'll need to write a parser for full BIND 9 at some point, but for now
> > maybe you can give us a quick look at the exact zone formats in your
> > included file?
There's a default TSIG key that's not covered in the include file.
Otherwise, it's mostly this (but more of the same):
(top of file)
zone "gushi.org" {
file "/etc/namedb/s/db.gushi.org";
type slave;
masters {
nnn.nnn.nnn.nnn;
};
};
zone "sleepycheetah.com" {
file "/etc/namedb/s/db.sleepycheetah.com";
type slave;
masters {
nnn.nnn.nnn.nnn;
};
};
(...more of the same)
-Dan
More information about the bind10-users
mailing list