mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
dns/unbound-plus: lint pass
This commit is contained in:
parent
28a001cf14
commit
5edc3cfd1d
4 changed files with 3 additions and 3 deletions
|
|
@ -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/
|
||||
|
|
|
|||
0
dns/unbound-plus/src/opnsense/scripts/OPNsense/Unboundplus/dnsbl.sh
Normal file → Executable file
0
dns/unbound-plus/src/opnsense/scripts/OPNsense/Unboundplus/dnsbl.sh
Normal file → Executable 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
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue