mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user