Versions in this module Expand all Collapse all v0 v0.0.6 Dec 7, 2023 Changes in this version + type Report struct + Lists map[string]string + func (r *Report) Points() int v0.0.5 Dec 5, 2023 Changes in this version + type Dnsbl struct + func New() *Dnsbl + func (p *Dnsbl) Activate() error + func (p *Dnsbl) Find(address net.IP) (iptec.PluginReport, error) + func (p *Dnsbl) Name() string