Versions in this module Expand all Collapse all v0 v0.1.0 Jun 4, 2026 Changes in this version + type App struct + Zones []*ZoneConfig + func (App) CaddyModule() caddy.ModuleInfo + func (a *App) Provision(ctx caddy.Context) error + func (a *App) Start() error + func (a *App) Stop() error + func (a *App) Validate() error + type ZoneConfig struct + DNSProviderRaw json.RawMessage + DefaultTTL caddy.Duration + Protect []string + ProtectRRsets [][]string + Records []libdns.RR + SyncMode string + ZoneName string