package
0.4.1
Repository: https://github.com/ncruces/go-cloudflare.git
Documentation: pkg.go.dev

# README

A Cloudflare DNS-01 solver for acmez

GoDoc

# Functions

NewDNS01Solver creates an acmez.Solver that solves DNS-01 challenges using Cloudflare's Authoritative DNS, given the zone ID and a token with Zone.DNS permission.
NewDNS01SolverWithClient creates an acmez.Solver that solves DNS-01 challenges using Cloudflare's Authoritative DNS, given an API instance and zone ID.