dns/unbound-plus: lint pass

This commit is contained in:
Franco Fichtner 2019-09-14 07:34:35 +02:00
parent 28a001cf14
commit 5edc3cfd1d
4 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Unbound-Plus is a collecion of additional features to Unbound,
Unbound-Plus is a collecion of additional features to Unbound,
including DNSBL and DNS-over-TLS support.
WWW: https://github.com/opnsense/plugins/

View file

View file

@ -9,4 +9,4 @@ command:/usr/local/opnsense/scripts/OPNsense/Unboundplus/dnsbl.sh
parameters:
type:script
message:fetching DNSBLs and restart Unbound
description: Download Unbound DNSBLs and restart
description: Download Unbound DNSBLs and restart

View file

@ -2,4 +2,4 @@
{% if helpers.exists('OPNsense.unbound.dnsbl.type') and OPNsense.unbound.dnsbl.type != '' %}
unbound_dnsbl="{{ OPNsense.unbound.dnsbl.type }}"
{% endif %}
{% endif %}
{% endif %}