Skip to content

2.0.0-alpha.14

Pre-release
Pre-release

Choose a tag to compare

@lennartkoopmann lennartkoopmann released this 30 Oct 01:03
3e93af1

Release blog post: https://www.nzyme.org/blog/project/2024/08/16/release-v200-alpha-14

Note that the Ethernet functionality is still extremely limited!

Upgrading

If you are upgrading from a previous version, you can simply run dpkg -i on the new release packages and restart the nzyme and nzyme-tap services after adding the new required configuration documented below.

Breaking Changes

  • GeoIP and OUI databases now provided by nzyme Connect
  • New required configuration for nzyme-tap:
[protocols.udp]
pipeline_size = 16384

[protocols.dns]
pipeline_size = 4096
entropy_zscore_threshold = 3.0

[protocols.ssh]
pipeline_size = 1024

[protocols.socks]
pipeline_size = 1024

[protocols.arp]
pipeline_size = 1024

Please read the release blog post for a list of all new features and improvements.