[TAG] The Spam Reduction Act :)

Rick Moen rick at linuxmafia.com
Tue Jun 8 04:23:04 MSD 2004


Quoting Faber Fedor (faber at linuxnj.com):

[DNS for LG.net:]

> It looks like you do now.  I just checked and Kayos and you are listed
> as the primary and secondary nameservers respectively.
> 
> Unless I'm missing something, of course.

Um, yeah.  Sorry, I forgot that Debian puts all locally-defined
zonefiles for BIND9 into /etc/bind/named.conf.local, rather than jamming
them into /etc/bind/named.conf .  I vgrepped through the latter, and was
in too big a hurry to actually think about what I was seeing.

Anyhow, looking in my /etc/bind/named.conf.local :

//For Linux Gazette
//Master is ns1.genetikayos.com.
zone "linuxgazette.net" {
        type slave;
        allow-query { any; };
        file "/var/cache/bind/linuxgazette.net.zone";
        masters {
        64.246.26.120;
        };
};


Since my zone is slaved to 64.246.26.120's (ns1.genetikayos.com),
the other nameserver's admin pretty much has to edit the zonefile.

> Well, I've hacked my mailman, so I'd be willing to help if I Can.

Cool.  Thanks.





More information about the TAG mailing list