Versions in this module Expand all Collapse all v1 v1.6.2 Mar 2, 2021 v1.6.1 Mar 2, 2021 Changes in this version + type Blocklist struct + Logger Logger + func New() *Blocklist + func (b *Blocklist) Blocked(ip net.IP) bool + func (b *Blocklist) Len() int + func (b *Blocklist) Reload(r io.Reader) (int, error) + type Logger func(format string, v ...interface{})