Versions in this module Expand all Collapse all v1 v1.11.1 Jan 18, 2024 Changes in this version + var RequestAllowCount = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var RequestBlockCount = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var RequestDropCount = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var RequestFilterCount = promauto.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)