mirror of
https://github.com/PowerDNS-Admin/PowerDNS-Admin.git
synced 2026-04-25 08:45:55 +03:00
[GH-ISSUE #54] template for new domains #36
Labels
No labels
bug / broken-feature
bug / broken-feature
docs / request
feature / request
help / other
mod / help-wanted
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PowerDNS-Admin-PowerDNS-Admin#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TacoScheltema on GitHub (Jun 28, 2016).
Original GitHub issue: https://github.com/PowerDNS-Admin/PowerDNS-Admin/issues/54
Originally assigned to: @ivanfilippov on GitHub.
A thought for a new feature:
Having an editable template to be applied when adding a new domain. Application of the template should be optional.
@piwats commented on GitHub (Jun 29, 2016):
+1, also if possible to have multiple templates to choose from / and also to be able to combine them.
@ivanfilippov commented on GitHub (Jul 6, 2016):
I'm working on a basic implementation of this.
@fabiorauber commented on GitHub (Jul 15, 2016):
This would be really awesome.
@fabiorauber commented on GitHub (Jul 15, 2016):
Would it be possible to create a DNSSEC enabled zone template?
@RoRoo1977 commented on GitHub (Oct 14, 2016):
Templates would be awesome.
Looking into this to replace poweradmin and their template functions is widely used here.
@madpsy commented on GitHub (Nov 30, 2016):
Does anyone know if there is a way to at least automatically add the NS records when a domain is added?
The API (at least pdns 4.x) allows you to simply specify 'nameservers' when creating a new zone, such as:
"nameservers": ["ns1.example.org.", "ns2.example.org."]
I fear not though and that will depend on this FR.
@Znuff commented on GitHub (Dec 16, 2016):
This would be very useful. The default config values don't even allow to add NS records, which was a brief "WTF" for me.
@ngoduykhanh commented on GitHub (Mar 31, 2018):
Feature is available in
developementbranch. Waiting to merge to master