0.3
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.