Skip to content

0.3

Compare
Choose a tag to compare
@dbendelman dbendelman released this 05 Jul 16:39
· 11 commits to master since this release

This release allows filtering of the exported remote endpoints, adds better logging, and many bugfixes.

  • FEATURE: Automatic identification and filtering of local IPs.
  • FEATURE: Allow specifying host:port endpoints to ignore (--ignore-hosts="host1:port1, host2:port2...").
  • FEATURE: JSON event logging (--log-events-format=json).
  • FEATURE: Debug logging (--debug).
  • BUGFIX: Use kernel-supplied event types instead of guessing based on attributes.
  • BUGFIX: Avoid sorting conntracks by ATTR_ID, since it is potentially not unique.