Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DOC and version 8.0.0
HTML
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

Working with DNS Records

DNS Records may be managed either from the Zone View Zone page (for the records under their respective zone) or globally through the DNS Records sub-tab.

Table of Contents
maxLevel4

Working with Zone Records - Zone View

...

Page

Record Types

ProVision supports 18 standard record types, as well as the ability to add a custom/arbitrary record type manually.

...

Expand
  • A
  • A6
  • AAAA
  • CNAME
  • CAA
  • DNAME
  • DNSKEY
  • DS
  • MX
  • NAPTR
  • NS
  • PTR
  • RP
  • SRV
  • TLSA
  • SPF
  • HINFO
  • TXT
  • Other
Tip

Additional record types may be manually added by selecting "Other" when adding a new record. However, arbitrary / other record types are unable to be validated, so use with care!


Add Zone Records

From the Zone View Zone page, under DNS Records, look for the line "Add a new ___ Record".

...

Autogenerate Forward Zone Records

From the Zone View Zone page, under DNS Records, look for the line "Add a new ___ Record".

...

ProVision can be configured auto-generate IPv4 / IPv6 PTR records in reverse zones based on template.

Example :

If the zone is named 33.44.in-addr.arpa.

Host : {100-150}.{22-24}
Value : $1-$2-available.example.com.

The generated records on push will look like :
100.22.33.44.in-addr.arpa. IN PTR 100-22-available.example.com.
101.22.33.44.in-addr.arpa. IN PTR 101-22-available.example.com.
...
149.24.33.44.in-addr.arpa. IN PTR 149-24-available.example.com.
150.24.33.44.in-addr.arpa. IN PTR 150-24-available.example.com.

...

To import a zone file to populate record data in ProVision, go to the Zone View Zone page for the zone. The zone must already exist in ProVision, although it may be empty

...

Click "Import Zone" on the Zone View Zone page. 

A Zone Import dialog box will open. Next to Zone File:, click "Choose File" and select your .zone file to import. Then, select an import policy to follow.

...

Under the "Attached Servers" section of the Zone View Zone page, next to "Attach Server:", select the desired server to attach and choose the server type (Default, Master, Slave), then click the "Attach" button. 

...