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 %}
|
||||
|
||||
+1
-1
@@ -153,7 +153,7 @@ class SettingsController extends ApiControllerBase
|
||||
}
|
||||
if ($relaydInfo[$nodeType]['transport_type'] == 'route' &&
|
||||
empty($relaydInfo[$nodeType]['routing_interface'])) {
|
||||
$result['validations']['relayd.virtualserver.routing_interface'] =
|
||||
$result['validations']['relayd.virtualserver.routing_interface'] =
|
||||
gettext('Routing interface cannot be empty');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user