Documentation ¶ Index ¶ type Dnsbl func New() *Dnsbl func (p *Dnsbl) Activate() error func (p *Dnsbl) Find(address net.IP) (iptec.PluginReport, error) func (p *Dnsbl) Name() string type Report func (r *Report) Points() int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Dnsbl ¶ type Dnsbl struct { iptec.DnsClient // contains filtered or unexported fields } func New ¶ func New() *Dnsbl func (*Dnsbl) Activate ¶ func (p *Dnsbl) Activate() error func (*Dnsbl) Find ¶ func (p *Dnsbl) Find(address net.IP) (iptec.PluginReport, error) func (*Dnsbl) Name ¶ func (p *Dnsbl) Name() string type Report ¶ added in v0.0.6 type Report struct { Lists map[string]string `json:"lists"` } func (*Report) Points ¶ added in v0.0.6 func (r *Report) Points() int Source Files ¶ View all Source files plugin.goreport.gosources.goutils.go Click to show internal directories. Click to hide internal directories.