This article deals with bulk import and export of DNS records. For instructions on managing individual records, see DNS - Domain Records.
In this guide you will learn:
Importing DNS
If you need to reliably move a large number of DNS records between DNS servers, use the DNS Domain Records Import using the AXFR protocol or by inserting records in BIND format instead of manually entering individual records.
Beware, performing the import will completely delete all the original DNS records of the domain!
Enter the DNS import interface by following these steps:
- Log in to the customer administration ⧉.
- Select DNS from the top menu.
- Select the domain whose DNS you want to import from the list.
- In the left menu, select Import via AXFR.

Here, select whether you want to upload the zone file via AXFR (the easiest option, but not all providers support AXFR transfer) or manually using a file or text in BIND format.
The system filters out the records that cannot be imported (e.g. unsupported types) from the retrieved or entered records. The import can handle different styles of entries, missing columns with default values, relative and absolute names.
When you are finished, click the Apply Changes button. DNS edits will usually take effect within 1 hour.
After the import is complete, check the DNS records thoroughly by following the instructions in DNS - Domain Records.
AXFR zone transfer
Asynchronous zone transfer AXFR is used to transfer the complete contents of a domain zone, that is, all DNS records. It is mainly used by secondary servers to download data from primary servers. An alternative is IXFR (incremental zone transfer), which transfers only changed records instead of all records.
To transfer using AXFR, first make sure that your current DNS records provider supports this transfer. Then follow these steps:
- Enter the IPv4 address of the DNS server in the DNS data import interface.
- Click the import button next to the IP address entry field.
- Check the transferred records in the text box and confirm with the import button below this field.
- Check the records in the table again and confirm by clicking Finish Import.
- Confirm the new settings with the apply changes button.

File or text in BIND format
BIND is a text format for zone files. It lists the full names of DNS records, their TTLs, types, and values.
Sample BIND data accepted by the import interface ( SOA and NS records removed):
wds-test.online. 300 IN A 46.28.105.2
wds-test.online. 300 IN AAAA 2a02:2b88:1:4::16
wds-test.online. 300 IN MX 10 1 wes1-redir.wedos.net
*.wds-test.online. 300 IN A 46.28.105.2
*.wds-test.online. 300 IN AAAA 2a02:2b88:1:4::16
If you have records stored in a file, perform the following import steps:
- Upload the file to the DNS data import interface.
- Click the import button next to the file upload box.
- Check the transferred records in the text box and confirm with the import button below this field.
- Check the records in the table again and confirm by clicking Finish Import.
- Confirm the new settings with the apply changes button.
Alternatively, you can paste the content into the text box directly.
Exporting DNS
You can export DNS records from the administration in the following ways:
Enabling AXFR transmission
If you need to allow a remote DNS server to access DNS at our site, follow these steps:
- Log in to the customer administration ⧉.
- Select DNS from the top menu.
- Select the domain whose DNS you want to export from the list.
- In the Domain table, uncheck Allow outbound AXFR for this domain.
- In the AXFR outgoing IP box, enter the IPv4 and IPv6 addresses of the remote DNS server.
- Apply and save your changes.

Download CSV/PDF file
To download the DNS record dump in CSV or PDF format, follow these steps:
- Log in to the customer administration ⧉.
- Select DNS from the top menu.
- Select the domain whose DNS you want to download from the list.
- Select DNS records from the left menu.
- In the top right corner of the table, click on the download icon and select CSV or PDF format.

Copying in BIND format
To obtain data in BIND format, follow these steps:
- Log in to the customer administration ⧉.
- Select DNS from the top menu.
- Select the domain whose DNS you want to download from the list.
- Select Current Status from the left menu.
- Copy the contents of the text box.
Please note that the data on this page corresponds to the current state on the DNS server and may not contain changes made less than 1 hour ago!
Another server may require further modifications before importing this data.
Common problems
Common problems with importing and exporting DNS records include:
Domain does not exist in WEDOS DNS
Problem: I want to import DNS from another provider to WEDOS, but the domain is not listed.
Cause: the system deleted the inactive DNS or it never existed.
Solution: Add the domain to DNS by following the DNS - Adding a Domain instructions.
Frequently Asked Questions
What should I do if my current provider does not support AXFR?
If you are unable to find data in the BIND format, import the records manually according to the DNS - Domain Records instructions.
