Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2026 Changes in this version + func ParseForwarded(line string) (client netip.Addr, proxies []netip.Addr, ok bool) + func ParseXForwardedFor(line string) (client netip.Addr, proxy []netip.Addr, ok bool) + func ParseXRealIP(line string) (client netip.Addr, proxies []netip.Addr, ok bool)