Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 684 Bytes

File metadata and controls

12 lines (9 loc) · 684 Bytes

Change log

0.1.14

  • IPREPD_WHITELISTED_LIST has been deprecated and IPREPD_ALLOWLIST has been added. If both are specified IPREPD_ALLOWLIST takes precedence. IPREPD_WHITELISTED_LIST will be removed in a future release.
  • Build and test process has changed resulting in leaner docker image for production deployments
  • The allowlist functionality now supports ipv6. This was done by changing a dependency from iputils to ipmatcher.
  • Uses newer iprepd api version

0.1.13

  • Expect comma delimited strings for IPREPD_WHITELISTED_LIST and AUDIT_URI_LIST and parse them in the module, instead of requiring tables be constructed in the nginx init_by_lua_block