Skip to content

libdns/tencentcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TencentCloud DNSPod for libdns

This package implements the libdns interfaces for the TencentCloud DNSPod API

Code example

import "github.com/libdns/tencentcloud"
provider := &tencentcloud.Provider{
    SecretId:  "YOUR_Secret_ID",
    SecretKey: "YOUR_Secret_Key",
}

Security Credentials

To authenticate you need to supply a TencentCloud API Key.

Other instructions

libdns/tencentcloud is based on the new version of Tencentcloud api, uses secret Id and key as authentication methods, supports permission settings, and supports DNSPod international version.

libdns/dnspod is based on the old version of dnspod.cn api, uses token as the authentication method, does not support permission settings, and does not support DNSPod international version.