Skip to content

Releases: dns-inspector/dnsproxy

1.2.1

14 Sep 23:58
abe72ef

Choose a tag to compare

This release contains breaking changes

  • [BREAKING] System and request logging has been split up. System logging no longer uses csv. Request logs are now written to requests_log_path.
  • [BREAKING] The verbosity configuration has been replaced with log_level:
    # "debug" - All events are written to the log
    # "info" - Informational and higher events are written to the log
    # "warn" - Warning and higher events are written to the log
    # "error" - Only error events are written to the log
    log_level = warn
    

1.1.2

11 Jul 21:39
1d116af

Choose a tag to compare

  • Fix service account support in RPM and DEB packages
  • Fix DNS over Quic messages being tracked as DNS over TLS

1.1.0

10 Jul 22:09
ebc8753

Choose a tag to compare

  • Adds DNS over QUIC support
  • Adds the ability to selectively disable a protocol by setting its port to 0
  • Packaged builds use system user and group

1.0.8

07 Jul 23:34
cb585f2

Choose a tag to compare

  • Adds ARM64/aarch64 builds

1.0.7

05 Apr 17:44
267586f

Choose a tag to compare

  • Fix rpm package that overwrote config file on update
  • Fix deb package not registering systemd service on install
  • Add option to compress rotated log files

1.0.5

04 Apr 04:00
675686e

Choose a tag to compare

Adds opt-in Zabbix active agent support.

1.0.4

30 Nov 20:36
1.0.4
b5cf156

Choose a tag to compare

  • Fix IPv6 TLS server not starting
  • Integrate systemd watchdog support for increased stability
  • Update dependencies

1.0.3

23 Sep 02:55
1.0.3
e102182

Choose a tag to compare

  • Include server name in logs
  • Fix server restart

1.0.2

15 Sep 20:15
1.0.2
3e8a1f7

Choose a tag to compare

  • Fix config validation error for valid HTTP redirect value
  • Added a rudimentary way to track usage of the proxy, with no information about the client whatsoever.

1.0.1

29 Aug 05:02
1.0.1
2f59eb1

Choose a tag to compare

The actual initial release

  • Switched to configuration file rather than parameters
  • Added ability to reload configuration without restarting
  • Removed hard-coded URL
  • Added log verbosity controls