Versions in this module Expand all Collapse all v0 v0.2.0 Jan 26, 2024 Changes in this version + var ErrInvalidLocalIP = errors.New("local ip is invalid") + var ErrInvalidRemoteIP = errors.New("remote ip is invalid") + func IsBogon(ip net.IP, extra ...func(net.IP) bool) bool + func IsLinkLocal(ip net.IP) bool + func IsLoopback(ip net.IP) bool + func IsPrivateNetwork(ip net.IP) bool