Versions in this module Expand all Collapse all v0 v0.0.4 Jul 26, 2024 v0.0.3 Jul 26, 2024 Changes in this version + type IPViewed struct + Count int + Denied bool + Viewed time.Time + type NetIP struct + Addr netip.Addr + Net *netip.Prefix + func ParseNetIP(ip string) (NetIP, error) + func (ip NetIP) Contains(i string) bool + func (ip NetIP) String() string + type NetIPs []NetIP + func ParseNetIPs(iplist []string) (NetIPs, error) + func (netIPs NetIPs) Contains(ip string) bool