Versions in this module Expand all Collapse all v0 v0.75.0 Jul 23, 2026 Changes in this version + func ExtractHostIP(hostPort string) netip.Addr + type List struct + func FromPrefixes(prefixes []netip.Prefix) *List + func Parse(raw string) (*List, error) + func (l *List) Contains(addr netip.Addr) bool + func (l *List) Empty() bool + func (l *List) IsTrusted(remoteAddr string) bool + func (l *List) ResolveClientIP(remoteAddr, xff string) netip.Addr