Versions in this module Expand all Collapse all v1 v1.7.3 Apr 18, 2018 Changes in this version + func CheckRelayIP(sender, addr net.IP) error + func IsLAN(ip net.IP) bool + func IsSpecialNetwork(ip net.IP) bool + func IsTemporaryError(err error) bool + type Netlist []net.IPNet + func ParseNetlist(s string) (*Netlist, error) + func (l *Netlist) Add(cidr string) + func (l *Netlist) Contains(ip net.IP) bool + func (l *Netlist) UnmarshalTOML(fn func(interface{}) error) error + func (l Netlist) MarshalTOML() interface{}