Versions in this module Expand all Collapse all v0 v0.3.1 Nov 7, 2025 v0.3.0 Nov 6, 2025 Changes in this version + const RECORD_TYPE_IPV4 + const RECORD_TYPE_IPV6 + type CFDNS struct + func NewCFDNS(cfg config.Config, options ...cloudflare.Option) (*CFDNS, error) + func (cfdns *CFDNS) CheckAndUpdateIPv4(ctx context.Context, domain *config.Domain) error + func (cfdns *CFDNS) CheckAndUpdateIPv6(ctx context.Context, domain *config.Domain) error + func (cfdns *CFDNS) Close() + func (cfdns *CFDNS) Process(ctx context.Context) + func (cfdns *CFDNS) SetConfig(cfg *config.Config) + func (cfdns *CFDNS) Wait() + func (cfdns *CFDNS) ZoneIsValid(ctx context.Context) (bool, error)