I am trying to do a simple import of a csv file to DNS.
It is formatted like this:
Type,Name,Content,TTL,Proxy
Can someone help me format this so that it works?
Thank you!
I am trying to do a simple import of a csv file to DNS.
It is formatted like this:
Type,Name,Content,TTL,Proxy
Can someone help me format this so that it works?
Thank you!
The file needs to be a BIND zone file. See here…
You can also use the API to add DNS records which will allow you to specify the proxy status and other items not covered by the file.
Thank you!, however, i was sent 54 additions for our DNS in a csv file. After looking at the format it is still unclear whats required. Such as if Im not adding a particular type , MX, does that need to be in the file? also in the csv file there is no TTL column as well as the trailing period on some records. It may be faster to enter by cut and paste.
Thank you for your reply!
Dan
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.