Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 7.4.4

...

When done, click "Save Changes".



Info
titleA Note on Quotes

When working with records (like TXT), there is no need to add quotes around the record value - ProVision will automatically add double quotes for the TXT records on Zone Push, and will also automatically use quotes to split TXT values larger than 255 characters. 

If your record value contains internal quotes that you wish to keep, you may escape it by adding a backslash ( \ ) before the quote  from the "Edit Record" screen.


Examples:


Expand
titleClick here to view examples...

In the Edit Record screen, there is no need to add quotes to the record value, as seen below:

Image Added

However, if an internal quote exists that you wish to retain, escape it by using a backslash ( \ ) before the quote(s):

Image Added

When done editing the record, click "Save changes". 


Repeating this to create four TXT record examples, we end up with the following for test1 through test4:

Image Added

These four records become the following in the zone file once pushed (note the automatic addition of quotes around the values, and the escaped quotes in test3 and test 4):

test1.acctest.com.     3600    IN    TXT    "qweqwe"

test2.acctest.com.    3600    IN    TXT     "qweqwe qweqwe"

test3.acctest.com.    3600    IN    TXT     "\"qweqw qwewq\""

test4.acctest.com.    3600    IN    TXT     "asdsa \" wqeqwe"


If you have additional questions on handling of quote characters in zone records, contact support@6connect.com.

Autogenerate Forward Zone Records

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

Select the desired record type from the dropdown list, then click "Add". 

Image Added

Enter the Host value for the record. 

For the Record Value, enter the IP Address, using brackets for the last octet to denote the range of IPs.

Example:
Host: h69-131-159-$1.qncyfi
Value: 69.131.159.{240-255}

Image Added

When you are done, click "Save Changes" to complete the edit. 

Import Zone Records

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

...