Skip to content

ISPConfig-3.1.6: mydns_to_powerdns_migration.php not handling apex records correctly

Hi,

I'm migrating from MyDNS to PowerDNS.

It seems like the mydns_to_powerdns_migration.php script is not handling apex records correctly. I assumes empty names for apex records. But I have 'domain.ext.' names for those records.

So it ends up creating records like:

domain.ext..domain.ext TXT bla

Here a patch to work around this.

mydns_to_powerdns_migration.php.patch

Gr, Justin