You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update contained DNS server code to v2.80 #401
Highlights:
Add support for RFC 4039 DHCP rapid commit.
Several bugfixes for DNSSEC. The Pi-hole team encourages you to play with DNSSEC when your upstream provider supports it.
Add a facilty to store DNS packets sent/recieved in a pcap-format file for later debugging.
Fix missing fatal errors with some malformed options.
Fix missing EDNS0 section in some replies generated by local DNS configuration which confused systemd-resolvd.
Implement --address=/example.com/# as (more efficient) syntactic sugar for --address=/example.com/0.0.0.0 and --address=/example.com/::. This feature has been suggested by the Pi-hole community.
Change anti cache-snooping behavior with queries with the recursion-desired bit unset. Instead to returning SERVFAIL, we now always forward, and never answer from the cache. This allows dig +trace command to work. This bug has been reported by the Pi-hole community.