dns/bind: why is switching lib dirs a good idea?

PR: https://forum.opnsense.org/index.php?topic=32092.0
This commit is contained in:
Franco Fichtner
2023-01-26 20:09:33 +01:00
parent 89e94c4c77
commit 7205ea0094
2 changed files with 2 additions and 1 deletions
@@ -220,7 +220,7 @@ logging {
{% endif %}
{% if helpers.exists('OPNsense.bind.general.filteraaaav4') and OPNsense.bind.general.filteraaaav4 == '1' or helpers.exists('OPNsense.bind.general.filteraaaav6') and OPNsense.bind.general.filteraaaav6 == '1' %}
plugin query "/usr/local/lib/named/filter-aaaa.so" {
plugin query "/usr/local/lib/bind/filter-aaaa.so" {
{% if helpers.exists('OPNsense.bind.general.filteraaaav4') and OPNsense.bind.general.filteraaaav4 == '1' %}
filter-aaaa-on-v4 yes;
{% endif %}