Versions in this module Expand all Collapse all v0 v0.1.0 Aug 22, 2022 Changes in this version + var RcodeCount = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var RequestCount = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var RequestDuration = promauto.NewHistogramVec(prometheus.HistogramOpts{ ... }, []string{ ... }) + type HTTPS struct + Next plugin.Handler + func (*HTTPS) Name() string + func (h *HTTPS) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (status int, err error)