All Versions
31
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 4

  • v5.0 Changes

    ๐Ÿš€ Release Date: 4 July 2020

    • ๐Ÿ‘ DNS Server local end points support to allow specifying alternate ports for UDP and TCP protocols.
    • ๐ŸŽ DNS Server performance issues caused by thread contention fixed.
    • CNAME cloaking implemented to block domain names that resolve to CNAME which are blocked.
    • ๐Ÿ†• New Block List zone implementation that uses very less memory allowing to load block lists with millions of domain names even on a Raspberry Pi with 1GB RAM.
    • ๐Ÿ‘ QNAME minimization support in recursive resolver draft-ietf-dnsop-rfc7816bis-04.
    • ๐Ÿ‘ ANAME propriety record support to allow using CNAME like feature at zone root.
    • โž• Added primary zones with NOTIFY implementation RFC 1996.
    • โž• Added secondary zones with NOTIFY implementation RFC 1996.
    • โž• Added stub zones with feature to override records.
    • โž• Added conditional forwarder zones with all protocols including DNS-over-HTTPS and DNS-over-TLS support.
    • Conditional forwarder zones with feature to override records.
    • ๐Ÿ‘ Conditional forwarder zones with support for multiple forwarders with different sub domain names.
    • ๐Ÿ”’ ByteTree based zone tree implementation which is a complete lock-less and thread safe tree allowing concurrent read and write operations.
    • ๐Ÿ›  Fixed bug in parsing large TXT records.
    • โœ… DNS Client with internal support for concurrent querying. This allows querying multiple forwarders simultaneously to return fastest response of all.
    • ๐Ÿ‘ DNS Client with support to import records via zone transfer.
    • ๐Ÿ›  Multiple other bug fixes in DNS and DHCP modules.