Registry / cloud / libdns-alidns

libdns-alidns

JSON →
library1.0.6gogounverified

A libdns provider for Alibaba Cloud DNS, enabling programmatic DNS record management.

go get github.com/libdns/alidns
INSTALL
IMPORT
SIG · LIBDNS-ALIDNS
L
libdns-alidns
cloudgov1.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

alidns
github.com/libdns/alidns

Lists DNS records for a domain using Alibaba Cloud DNS.

package main import ( "context" "fmt" "github.com/libdns/alidns" ) func main() { provider := &alidns.Provider{AccessKeyId: "key", AccessKeySecret: "secret"} records, _ := provider.GetRecords(context.TODO(), "example.com", "") fmt.Println(records) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
libdns-alidns — go get libdns-alidns · libregistry