ns.com] on behalf of Ian Mordey
[ian.mor...@griffin.com]
Sent: 08 December 2010 15:35
To: pdns-users@mailman.powerdns.com
Subject: [Pdns-users] zone2sql with bind
Hi there
I'm trying to use zone2sql to migrate DNS from a bind box to a new
PowerDNS box. I have a problem where the bind zone file
Mordey
[ian.mor...@griffin.com]
Sent: 08 December 2010 15:35
To: pdns-users@mailman.powerdns.com
Subject: [Pdns-users] zone2sql with bind
Hi there
I’m trying to use zone2sql to migrate DNS from a bind box to a new PowerDNS
box. I have a problem where the bind zone file contains a . in the $ORIGIN
Hi there
I'm trying to use zone2sql to migrate DNS from a bind box to a new
PowerDNS box. I have a problem where the bind zone file contains a . in
the $ORIGIN. For example:
$ORIGIN .
Zone2sql writes the insert as:
Insert into domains (name,type) values ('example.com','NATIVE');
Insert i