Versions in this module Expand all Collapse all v1 v1.0.2 Jan 2, 2021 Changes in this version + var RequestsTranslatedCount = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + type DNS64 struct + Next plugin.Handler + Prefix *net.IPNet + TranslateAll bool + Upstream UpstreamInt + func (d *DNS64) DoDNS64(ctx context.Context, w dns.ResponseWriter, r *dns.Msg, origResponse *dns.Msg) (*dns.Msg, error) + func (d *DNS64) Name() string + func (d *DNS64) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error) + func (d *DNS64) Synthesize(origReq, origResponse, resp *dns.Msg) *dns.Msg + type UpstreamInt interface + Lookup func(ctx context.Context, state request.Request, name string, typ uint16) (*dns.Msg, error)