[rescue] BIND 9 conf file example needed...
Jonathan C. Patschke
jp at celestrion.net
Sun Dec 22 18:23:20 CST 2002
On Sun, 22 Dec 2002, Mike Hebel wrote:
> I should be able to get it up and running but I want to do it right and
> not cause any issues as far as the rest of the 'net is concerned. I'd
> really hate to bork it and cause something like say...sunhelp.org...to
> not be seen. *grin*
You don't have to worry about that. DNS only gives you enough rope to
hang yourself with--but not enough to hang all of us. :)
BTW, here's my config file:
options {
directory "/var/named";
};
zone "." in {
type hint;
file "named.cache";
};
zone "ci.elgin.tx.us" in {
type slave;
file "slave/ci.elgin";
masters { 216.140.141.182; };
};
zone "celestrion.net" in {
type master;
file "master/celestrion.net";
};
zone "webbastard.net" in {
type master;
file "master/webbastard.net";
};
zone "techstyle-engineers.com" in {
type master;
file "master/techstyle-engineers.com";
};
zone "patschke.org" in {
type master;
file "master/patschke.org";
};
--
Jonathan Patschke
"Albert Einstein nailed space-time, but the wild thing had him stumped.
Al, baby, two and two make five-and-a-quarter; that's why people fall
in love." -- Thomas Dolby, "That's Why People Fall in Love"
More information about the rescue
mailing list