Registry / networking / libdns-cloudflare

libdns-cloudflare

JSON →
library0.2.2gogounverified

A libdns provider for Cloudflare DNS.

go get github.com/libdns/cloudflare
INSTALL
IMPORT
SIG · LIBDNS-CLOUDFLARE
L
libdns-cloudflare
networkinggov0.2.2
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.

cloudflare
github.com/libdns/cloudflare

List DNS records for a zone using Cloudflare provider

package main import ( "context" "fmt" "github.com/libdns/cloudflare" ) func main() { p := &cloudflare.Provider{APIToken: "your-token"} records, err := p.GetRecords(context.TODO(), "example.com") if err != nil { panic(err) } fmt.Println(records) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
libdns-cloudflare — go get libdns-cloudflare · libregistry