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:
@@ -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