Index: [Article Count Order] [Thread]

Date:  Sat, 27 Sep 2008 15:20:00 +0100
From:  "Martyn Bailey" <martyn (at mark) solis.co.uk>
Subject:  [coba-e:14102] Re: Copying Secondary DNS Records
To:  coba-e (at mark) bluequartz.org
Message-Id:  <48DE4F20.25020.E1DCE66@localhost>
In-Reply-To:  <48DE2D82.7960.D9A7B51@localhost>
X-Mail-Count: 14102

On 27 Sep 2008, at 12:56, I wrote:

> I've done this before - can't remember how.  ISTR a hack or script
> somewhere - but where?

FU my own stuff - bad form I know, but may be of interest to others.

I've found an old file (bq_do_secondary_dns.pl) that I got from 
SolarSpeed ages ago.  This was designed to pull secondary DNS 
off a RaQ and import into BQ, using the 'records' file.

So, I reckon (will test later) I just create a text file called 'records' in 
the format of:

secondary - thisdomain.com ip.of.primary.domain -
secondary - thatdomain.com ip.of.primary.domain -

then stick it in /etc/named/records and run the script against it.

Anyone see any problems with this?