aliask / libdns-cloudflare

Cloudflare provider implementation for libdns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudflare for libdns

godoc reference

This package implements the libdns interfaces for Cloudflare.

Authenticating

This package supports API token authentication.

You will need to create a token with the following permissions:

  • Zone / Zone / Read
  • Zone / DNS / Edit

The first permission is needed to get the zone ID, and the second permission is obviously necessary to edit the DNS records. If you're only using the GetRecords() method, you can change the second permission to Read to guarantee no changes will be made.

To clarify, do NOT use API keys, which are globally-scoped:

Don't use API keys

DO use scoped API tokens:

Don't use API keys

About

Cloudflare provider implementation for libdns

License:MIT License


Languages

Language:Go 100.0%