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
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= bind
PLUGIN_VERSION= 1.26
PLUGIN_REVISION= 1
PLUGIN_COMMENT= BIND domain name service
PLUGIN_DEPENDS= bind918
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -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 %}