-
0.10.1 protected
* Bugfix: Prevent probe from crashing on startup if dnstap socket already exists at given path
-
0.10.0 protected
* Parquet: Change "tcp_hs_rt" field to type double with precision to 3 decimal places * C-DNS: Improve values stored to "round_trip_time" to actual microsecond precision. Item format stays the same, only the last 3 digits aren't always zeros anymore. * dnstap: Parse RTT estimate from "extra" byte field as exported by Knot Resolver >= 5.3.2 * Logger: Append to existing log file instead of rewriting it * Bugfix: Add missing "qr-signature-index" hint in storage hints of C-DNS file preamble
-
0.9.0 protected
* Add configuration option for specifying user group of dnstap sockets * Bugfix: Fix handling of dnstap connections not properly closed by the other side
-
0.8.0 protected
* Add dnstap as another input format (read from unix sockets) * Add optional filling of ASN and Country Code fields in exported data based on client's IP address using MaxMind's GeoIP databases. * Use new implementation specific fields from C-DNS 0.5.0 library (asn, country-code, round-trip-time) * Improve TCP RTT millisecond estimates by rounding up values >= .5 * Add fstrm, Protocol Buffers and libmaxminddb as dependencies * Add Dockerfile
-
0.7.0 protected
* Replace Sysrepo with configuration via local YAML file * Export RTT value for DNS over TCP records * Change pattern of exported files' names * Bugfix: Fix default value for concurrent connections in TCP table
-
0.6.1 protected
* Fix: Export domainname field in lowercase * CI: Use pre-built docker image to speed up and simplify CI
-
0.6.0 protected
* Secure data export directly to remote location via TLS * Filtering incoming traffic by IP address filters * Optional prefix-preserving anonymization of source IP addresses using cryptopANT library * Create configuration items in YANG module for probe's command line parameters to manage them with Sysrepo * Run DNS Probe without command line parameters in systemd service * Make support for Parquet, C-DNS and IP anonymization optional in CMake build * Drop runtime dependency on Boost library
-
0.5.0 protected
* Remove ddp-bind script and move its functionality inside probe's binary * Rewrite dp-runner wrapper script from Python to shell * Modify probe's systemd unit file to no longer require a config file * Add user documentation generated by Sphinx * Generate manual pages with Sphinx * New default value for max concurrent TCP connections in YANG module * Add return values for success and failure to the test script * CI: Auto generate user documentation to GitLab pages * Update README * Bugfix: Fix probe's return codes * Bugfix: Fix missing header include in DynamicMempool.cpp * Bugfix: Fix potential segfault in Statistics initialization * Bugfix: Fix calculation of IPv4 header size