Versions in this module Expand all Collapse all v1 v1.0.2 Sep 25, 2018 Changes in this version + var Blacklists = []string + var ErrDNSTimeout = errors.New("godnsbl: DNS Timeout") + var ErrInvalidIP = errors.New("godnsbl: Invalid IP Address") + func ReverseIP(ip net.IP) (string, error) + type RBLResults struct + Err error + Host string + RCode int + Results []Result + func Lookup(host, server string, port int) RBLResults + type Result struct + ErrorType error + List string + Listed bool + LookupHost string + Rcode int + TTL uint32 + Text string