2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add changes for filter-a plugin

This commit is contained in:
Matthijs Mekking
2021-03-18 11:20:17 +01:00
parent 6b2ea00621
commit 9a256347ab

View File

@@ -1,3 +1,8 @@
5603. [experimental] A "filter-a.so" plugin, which is similar to the
"filter-aaaa.so" plugin but which omits A records
instead of AAAA records, has been added. Thanks to
'@treysis' (GitLab). [GL #2585]
5602. [bug] Fix the TCPDNS and TLSDNS timers, so TCP initial
and idle timers work correctly. [GL #2573]