Ticket #305 (closed enhancement: wontfix)
Disable a zone / domain / record
| Reported by: | anon | Owned by: | ahu |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | auth | Version: | 2.0 |
| Severity: | major | Keywords: | disable disabling disabled zone domain record |
| Cc: |
Description
Currently PowerDNS is missing a standard and supported way to disable a zone/domain/record, similar to bind (with which one could comment out entries or entire zones).
This could be accomplished right now by adding a disabled field to the respective tables and customizing the queries (like the "basic-query") with adding " AND disabled = 0", but this is in no way standard.
This is necessary to have some consistency for administration tools (like PowerAdmin? for example). Also, administrators find it cumbersome to delete/restore a zone having for example over 100 entries manually.
Change History
Note: See
TracTickets for help on using
tickets.