Versions in this module Expand all Collapse all v0 v0.0.1 Jan 7, 2021 Changes in this version + const DNSListedDomain + const DNSListedIP + const DNSMaxClientRequests + const DNSMaxNamesResolvedIP + const DNSUnlistedDomain + const DNSUnlistedIP + type Config struct + Buffer int + Instance string + Service string + WaitDups int + func DefaultConfig() Config + func (cfg *Config) Load(c *caddy.Controller) error + func (cfg Config) Validate() error + type Plugin struct + func New(cfg Config) (*Plugin, error) + func (p *Plugin) Shutdown() error + func (p *Plugin) Start() error + func (p Plugin) Health() bool + func (p Plugin) Name() string