mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
*/*: whitespace sweep
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
{% if helpers.exists('OPNsense.bind.dnsbl.type') and OPNsense.bind.dnsbl.type != '' %}
|
||||
{% if helpers.exists('OPNsense.bind.dnsbl.whitelists') and OPNsense.bind.dnsbl.whitelists != '' %}
|
||||
{% for whitelist in OPNsense.bind.dnsbl.whitelists.split(',') %}
|
||||
{{ whitelist }} IN CNAME rpz-passthru.
|
||||
*.{{ whitelist }} IN CNAME rpz-passthru.
|
||||
{{ whitelist }} IN CNAME rpz-passthru.
|
||||
*.{{ whitelist }} IN CNAME rpz-passthru.
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user