Versions in this module Expand all Collapse all v1 v1.8.6 Jan 9, 2022 Changes in this version + var ErrNotAuthoritative = errors.New("not authoritative for zone") + type Transfer struct + Next plugin.Handler + Transferers []Transferer + func (Transfer) Name() string + func (t *Transfer) Notify(zone string) error + func (t *Transfer) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error) + type Transferer interface + Transfer func(zone string, serial uint32) (<-chan []dns.RR, error)