*/*: whitespace sweep

This commit is contained in:
Franco Fichtner
2018-07-27 20:25:32 +02:00
parent 36c21ae0ff
commit 54dba836c2
2 changed files with 3 additions and 3 deletions
@@ -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 %}
@@ -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');
}
}