Welcome to Time House

Convert CloudXNS records to JD Cloud DNS format csv export files

source code

https://github.com/littleplus/CloudXNS-To-JDCloudDNS

matters needing attention

  • Python 3.x
  • Lazy, only a single domain name is exported, and it is not necessary to export all domains
  • At present, only A (X), CNAME (X), MX, TXT, 301/302 jump are supported. SRV and LINK records are not supported. Please find an alternative
  • 301/302 jump integration into explicit 301 jump
  • After export, the records are recorded in two files, one is in the. csv format with the domain name as the file name, and the other is in the. csv format with the disable prefix and the domain name as the file name. The former is the domain name in the enabled status in CloudXNS, and the latter is the domain name in the disabled status, because JD Cloud cannot import the status when importing DNS.
  • Because the code type is utf-8 (JD Cloud DNS import check), opening Excel, WPS, etc. directly under windows is garbled. Please use notepad++to open

Edible method

  1. Download the complete Git project zip or use the git clone command to download
  2. Modify api_key and secret_key to your CloudXNS
  3. Python start.py domain name
  4. Import the exported domain name. csv file into JD Cloud DNS, select JD Cloud csv export format, select JD Cloud csv export format, and select JD Cloud csv export format
  5. Top right corner, batch import
  6. Finish work

Daily picture

 Convert CloudXNS records to JD Cloud DNS format csv export files

give the thumbs-up

Comment

E-mail addresses will not be made public.