loewexy / pdnsmanager

A simple administration interface for PowerDNS nameserver.
Apache License 2.0
175 stars 48 forks source link

Need a way to edit records.auth column thru the WebUI #146

Open realpepio opened 2 years ago

realpepio commented 2 years ago

In order to be able to setup classless in-addr.arpa delegation to another name servers for the reverse lookup queries the corresponding type 'NS' rows in "records" table need to have the "auth" field set to 0. The default for all other records is '1', but it will be great if pdsnmanager provides a way to edit this field.

Is it possible to add it to the "edit record" form?