Skip to content

v0.8.2 (2024-10-09)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 05:46
v0.8.2
ebf5a49

Fixed

  • ExemptIPs allowlist insertion bug that erroneously lost track of some IP range branches when splitting a node during insertion (#4)
  • Inaccurate descriptions of the ExemptIPs, WhitelistIPs, and LocalIPs directives in the module built-in documentation

Changed

  • Removed the unused auto_convert_ipv4_to_ipv6() function.
    parse_ip_address() already handles both IPv6 and IPv4-mapped IPv6 addresses.