Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehiy/libdns-tencentcloud
TencentCloud DNSPod for `libdns`
https://github.com/rehiy/libdns-tencentcloud
Last synced: about 1 month ago
JSON representation
TencentCloud DNSPod for `libdns`
- Host: GitHub
- URL: https://github.com/rehiy/libdns-tencentcloud
- Owner: rehiy
- License: mit
- Created: 2023-02-20T06:59:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-02-25T13:51:06.000Z (over 1 year ago)
- Last Synced: 2024-06-21T11:48:31.750Z (5 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TencentCloud DNSPod for `libdns`
This package implements the [libdns](https://github.com/libdns/libdns) interfaces for the [TencentCloud DNSPod API](https://www.tencentcloud.com/zh/document/api/1157/49025)
## Code example
```go
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](https://console.tencentcloud.com/cam/capi).
## 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.