The options {} directives filter-aaaa-on-v4 and filter-aaaa-on-v6 do not work if used: /usr/local/etc/namedb/named.conf:25: option 'filter-aaaa-on-v4' was not enabled at compile time I've confirmed this with dns/bind911 (pkg bind911-9.11.2P1_3) on stable/11, but would apply to dns/bind99, dns/bind910, dns/bind912, and dns/bind9-devel too. Can this feature please be enabled via configure --enable-filter-aaaa ? This configure flag only enables the directives themselves; the run-time values default to "no" (i.e. no operational change). Reference: https://kb.isc.org/article/AA-00576/0/Filter-AAAA-option-in-BIND-9-.html Thank you.
There already are options to enable those features.
Yes, if you're using ports. If you're using a package, there isn't, because the feature must be enabled at configure/compile-time. Please advise.
A commit references this bug: Author: mat Date: Thu Mar 22 14:13:02 UTC 2018 New revision: 465288 URL: https://svnweb.freebsd.org/changeset/ports/465288 Log: Enable the FILTER_AAAA option by default, the feature was made non optional in recent versions, so might as well do it in older ones. PR: 226383 Sponsored by: Absolight Changes: head/dns/bind910/Makefile head/dns/bind911/Makefile head/dns/bind99/Makefile