Skip to content

2.0.21

Compare
Choose a tag to compare
@mwullink mwullink released this 24 Jan 13:17
· 136 commits to master since this release

This release introduces 2 new privacy related features.
The 1st feature "privacy mode" will cause ENTRADA to not include any client IP addresses in the generated data files.
The 2nd feature "privacy filter" enables ENTRADA to purge client IP addresses from older generated data. This is similar to the compaction process but with the difference that now some columns are nullified, see below to find out which columns.

DNS

  • src
  • edns_client_subnet

ICMP

  • ip_src
  • orig_ip_src

Issues

#108 add privacy mode
#109 add privacy filter

Deploy ENTRADA using Docker, the image can be found on Docker Hub.
See the ENTRADA website for upgrade/installation details.