diff --git a/powerdnsadmin/templates/domain_add.html b/powerdnsadmin/templates/domain_add.html index a104428..d26d297 100644 --- a/powerdnsadmin/templates/domain_add.html +++ b/powerdnsadmin/templates/domain_add.html @@ -1,238 +1,276 @@ {% extends "base.html" %} {% set active_page = "new_domain" %} -{% block title %}Add Domain - {{ SITE_NAME }}{% endblock %} +{% block title %}Create Zone - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %} -
-
-
-
-

- Domain - New Domain -

+
+
+
+
+

+ Create New Zone +

+
+
+ +
+
-
- -
-
-
{% endblock %} {% block content %} -
-
-
-
-
-
-

Create new domain

-
-
- -
-
- -
- {% if domain_override_toggle == True %} -
- - +
+
+
+
+ + +
+
+

Zone Editor

+
+ +
+
+ + +
+ {% if domain_override_toggle == True %} +
+ +   + +
+ {% endif %} +
+ + +
+
+ +
+ +
+
+ +
+
+ +
+
+
+ + +
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + + +
+ +
- {% endif %} - -
-
- -
- + +
+
+
+

Zone Field Details

+
+ +
+
+
Zone Name
+
Enter your zone name in the format of name.tld (eg. powerdns-admin.com). You can + also enter sublevel zones to create delegate zones (eg. sub.powerdns-admin.com) + which can be useful for delegating control to other users. +
+
Zone Override Record
+
When enabled, this will allow the user to by-pass validation errors if the user + doesn't have administration rights to a parent zone. +
+
Account
+
Specifies the PowerDNS account value to use for the zone.
+
Zone Type
+
The type decides how the domain will be replicated across multiple DNS servers. +
    +
  • + Native - The server will not perform any Primary or Secondary + zone functions. +
  • +
  • + Primary - The server will serve as the Primary and will send + zone transfers (AXFRs) to other servers configured as secondaries. +
  • +
  • + Secondary - The server will serve as the Secondary and will + request and receive zone transfers (AXFRs) from other servers configured as + Primaries. +
  • +
+
+
Zone Template
+
Specifies the existing zone template which this zone should initially be replicated + from. +
+
SOA-EDIT-API
+
The SOA-EDIT-API setting defines how the SOA serial number will be updated after a + change is + made to the domain. +
    +
  • + DEFAULT - Generate a soa serial of YYYYMMDD01. If the current serial + is lower than + the generated serial, use the generated serial. If the current serial is + higher or + equal to the generated serial, increase the current serial by 1. +
  • +
  • + INCREASE - Increase the current serial by 1. +
  • +
  • + EPOCH - Change the serial to the number of seconds since the EPOCH, + AKA UNIX timestamps +
  • +
  • + OFF - Disable automatic updates of the SOA serial. +
  • +
+
+
+

+ Find more details at https://docs.powerdns.com/md/ +

+
+ +
+
-
- -
-
- -
-
-
- - -
- -
- -
- -
-
- -
-
- -
-
- -
-
+
- - +
-
-
-
-
-

Help with creating a new domain

-
-
-
-
Domain name
-
Enter your domain name in the format of name.tld (eg. powerdns-admin.com). You can also - enter sub-domains to create a sub-root zone (eg. sub.powerdns-admin.com) in case you want to - delegate sub-domain management to specific users. -
-
Type
-
The type decides how the domain will be replicated across multiple DNS servers. -
    -
  • - Native - {{ SITE_NAME }} will not perform any Primary or Secondary zone functions. -
  • -
  • - Primary - {{ SITE_NAME }} will serve as the Primary and will send zone transfers - (AXFRs) to other servers configured as secondaries. -
  • -
  • - Secondary - {{ SITE_NAME }} will serve as the Secondary and will request and receive - zone transfers (AXFRs) from other servers configured as Primaries. -
  • -
-
-
SOA-EDIT-API
-
The SOA-EDIT-API setting defines how the SOA serial number will be updated after a change is - made to the domain. -
    -
  • - DEFAULT - Generate a soa serial of YYYYMMDD01. If the current serial is lower than - the generated serial, use the generated serial. If the current serial is higher or - equal to the generated serial, increase the current serial by 1. -
  • -
  • - INCREASE - Increase the current serial by 1. -
  • -
  • - EPOCH - Change the serial to the number of seconds since the EPOCH, aka unixtime. -
  • -
  • - OFF - Disable automatic updates of the SOA serial. -
  • -
-
-
-

- Find more details at https://docs.powerdns.com/md/ -

-
-
-
-
-
-
-{% endblock %} - -{% block head_styles %} - + + {% endblock %} {% block extrascripts %} - + {% endblock %} {% block modals %} - + -