Sdns Versions Save

A high-performance, recursive DNS resolver server with DNSSEC support, focused on preserving privacy.

v1.3.6

4 months ago

What's Changed

  • Added anti-spoof protection
  • Added DNSSEC onoff capability
  • Bugfix on edns message size
  • Updated various dependencies.

Full Changelog: View on GitHub

v1.3.5

8 months ago

What's Changed

  • Added more docs.
  • Security fixes.
  • Updated various dependencies.
  • Fixed various bugs.

Full Changelog: View on GitHub

v1.3.4

9 months ago

What's Changed

Full Changelog: View on GitHub

v1.3.3

9 months ago

What's Changed

  • Added support for auto trust anchors as described in RFC 5011 and included related updates.
  • Introduced priming queries for root servers in line with RFC 8109.
  • Adjusted DNS query and network timeout settings.
  • Integrated TLS capability for DNS forwarding.
  • Updated various dependencies.
  • Fixed various bugs.

Full Changelog: View on GitHub

v1.3.2

9 months ago

What's Changed

  • Added support for DNS-Over-QUIC (DoQ)
  • Added HTTP/3 support for DNS-over-HTTPS (DoH)
  • Implemented simple cache prefetch support
  • Enabled graceful shutdown for DNS and API services
  • Replaced API web framework with a faster, proprietary solution
  • Introduced blacklist save option and addressed related issues
  • Fixed various bugs
  • Updated dependencies

Full Changelog: https://github.com/semihalev/sdns/compare/v1.3.0...v1.3.2

v1.3.1-rc1

10 months ago

v1.3.0

10 months ago

What's Changed

  • Added loop middleware for detects loops
  • Added cache prefetch support
  • Additional answers more reliable
  • Performance improvements
  • Bugfixes
  • Update dependencies

Full Changelog: https://github.com/semihalev/sdns/compare/v1.2.4...v1.3.0

v1.2.4

1 year ago

What's Changed

Full Changelog: https://github.com/semihalev/sdns/compare/v1.2.1...v1.2.4

v1.2.3

1 year ago
  • GoReleaser Fixes

v1.2.2

1 year ago
  • Update dependencies
  • Bugfixes