operasoftware / dns-ui

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

SOA record Not in expected format #112

Closed bastiaanvisser closed 5 years ago

bastiaanvisser commented 5 years ago

Just did a fresh installation.

Gui comes up fine, but adding a zone results in the following error:

Record test.nl./SOA 'testdns.net domainregistry.test.com 2019011000 3600 600 1209600 3600': Not in expected format (parsed as 'testdns.net. domainregistry.test.com. 2019011000 3600 600 1209600 3600')

UI version: v0.2.3 (Also tested with master) pdns version: 4.1.1

thomas-pike commented 5 years ago

Make sure to append a . at the end of the primary nameserver and contact fields. It's a bug in the DNS UI that this is not handled more gracefully.

bastiaanvisser commented 5 years ago

Whoops, you are right, my mistake!