operasoftware / dns-ui

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

Deleting a zone #33

Closed semaja2 closed 6 years ago

semaja2 commented 6 years ago

Not sure if I am missing the option, but it appears there is no ability in the interface to delete a zone?

If it is missing it would be great to add it, possibly with some specific permissions (eg. group to add a zone, group to delete a zone etc)

thomas-pike commented 6 years ago

Currently this is not implemented. I think that if we are to implement it we will need to provide some safeguards against accidental/malicious zone deletion.

Also, if using master/slave replication, we need to make it clear to the user that the zone will not be automatically deleted from the slave servers (as this is not possible to do).