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
, andLocalIPs
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.