Skip to main content

Crate ddns_provider_cloudflare

Crate ddns_provider_cloudflare 

Source
Expand description

Cloudflare DNS provider โ€“ production-ready

  • Supports A / AAAA record upsert (create or update).
  • Auth via API Token (recommended) โ€“ needs Zone:Read and DNS:Edit.
  • zone_id and record_id are cached locally to reduce API calls.
  • All business errors are mapped to ddns_provider::ProviderError.

Structsยง

CfProvider