If you have a zone file in .zone
format, you can quickly import all DNS records for a domain. This is useful when migrating from another hosting provider or performing bulk edits.
A .zone
file is a plain text file that describes the DNS records for a domain.
The format allows you to define all required records in one place and upload them at once, instead of entering them manually one by one.
The following record types are supported:
If the file contains other record types, they will be ignored.
Among directives, only the following are supported in a .zone
file:
$ORIGIN
— sets the base domain;$TTL
— sets the default TTL.Other directives will be ignored during import.
To upload a .zone
file:
In the DNS tab, click Import records.
Select the .zone
file on your computer.
You’ll see a preview list of all records that will be created.
Records containing errors will be highlighted.
You can remove unwanted records by clicking the × next to them.
When everything is ready, click Add X records to save the changes.