Versions in this module Expand all Collapse all v3 v3.6.4 Nov 29, 2021 v3.6.3 Nov 21, 2021 v3.6.2 Oct 13, 2021 v3.6.1 Sep 8, 2021 Changes in this version type Cloudflare + func (*Cloudflare) Support() dnsdomain.Support v3.6.0 Sep 6, 2021 Changes in this version + const Name + func New() interfaces.Updater + type Cloudflare struct + Domains []*dnsdomain.Domain + TTL int + func (*Cloudflare) ConfigItems() echo.KVList + func (*Cloudflare) Description() string + func (*Cloudflare) LineTypeURL() string + func (*Cloudflare) Name() string + func (*Cloudflare) SignUpURL() string + func (cf *Cloudflare) Init(settings echo.H, domains []*dnsdomain.Domain) error + func (cf *Cloudflare) Update(recordType string, ipAddr string) error + type CloudflareRecord struct + Content string + ID string + Name string + Proxied bool + TTL int + Type string + type CloudflareRecordsResp struct + Result []CloudflareRecord + type CloudflareStatus struct + Messages []string + Success bool + type CloudflareZonesResp struct + Result []struct{ ... }