operasoftware / dns-ui

Opera's LDAP-authenticated PowerDNS user interface
Apache License 2.0
283 stars 57 forks source link

DNSUI Alias Type support #114

Closed devinacosta closed 5 years ago

devinacosta commented 5 years ago

We are trying to deploy DNSUI in AWS and convert from Route53 to PowerDNS. From what I can see PowerDNS supports ALIAS records, however the DNSUI doesn't seem to let me create records of type ALIAS?

christianbur commented 5 years ago

current not defined https://github.com/operasoftware/dns-ui/blob/68249754e7eab4944dfcd6ce9a07f6b3bc967a04/templates/zone.php#L158

do not forget the Powerdns settings.

resolver=[::1]:5300
expand-alias=yes

https://doc.powerdns.com/authoritative/guides/alias.html

thomas-pike commented 5 years ago

Hi

ALIAS record support was added in commit 18da549. If you use the master branch you should get that. I'll try to put out a new release soon that includes all of the latest changes.