Versions in this module Expand all Collapse all v1 v1.7.1 Jul 24, 2020 Changes in this version + var RequestAllowCount = prometheus.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var RequestBlockCount = prometheus.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + type ACL struct + Next plugin.Handler + Rules []rule + func (a ACL) Name() string + func (a ACL) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error)