Skip to Content.
Sympa Menu

dns-operations - Re: [opennic-dns-operations ] updates from non-masters

dns-operations AT lists.opennicproject.org

Subject: Dns-operations mailing list

List archive

Re: [opennic-dns-operations ] updates from non-masters


Chronological Thread 
  • From: opennic AT lewman.us
  • To: dns-operations AT lists.opennicproject.org
  • Subject: Re: [opennic-dns-operations ] updates from non-masters
  • Date: Thu, 21 Jun 2012 14:05:44 -0400
  • Organization: The Tor Project, Inc.

On Thu, 21 Jun 2012 12:34:39 -0500
Alex Hanselka <alex AT opennicproject.org> wrote:

> Yes, from my understanding it is because you don't have those listed
> as masters for dns.opennic.glue in named.conf. It is safe to ignore
> it or you can list all the IPs >.<

Thanks. I copied the config from the wiki originally at
http://wiki.opennicproject.org/Tier2ServerConfig

I'll just ignore the errors for now.

// opennic zone
zone "." IN
{
type slave;
file "opennic-db.root";
masters { 202.83.95.229; 178.63.116.152; 66.244.95.11;
207.192.71.13; 128.177.28.254; 84.200.228.200; 199.30.58.57;
216.87.84.214; };
notify no; };

// add opennic glue
zone "dns.opennic.glue" IN {
type slave;
file "db.dns.opennic";
masters { 75.127.96.89; };
notify no;
};


--
Andrew
pgp 0x6B4D6475



Archive powered by MHonArc 2.6.19.

Top of Page