Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2025 Changes in this version + const MSGMAX + var NoAARecordsFound = errors.New("no valid AA records found") + var RcodeCount = prometheus.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var RequestDuration = prometheus.NewHistogramVec(prometheus.HistogramOpts{ ... }, []string{ ... }) + var UnsupportedRRType = errors.New("unsupported RR type") + type Ipref struct + Next plugin.Handler + func (ipr *Ipref) Name() string + func (ipr *Ipref) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error) + func (ipr *Ipref) Stop() error + type MapperClient struct