mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
(ids) add configuration template for rule download tool
This commit is contained in:
parent
834a23d086
commit
e8d67e8ffd
@ -2,3 +2,4 @@ rc.conf.d:/etc/rc.conf.d/suricata
|
||||
rules.config:/usr/local/etc/suricata/rules.config
|
||||
suricata.yaml:/usr/local/etc/suricata/suricata.yaml
|
||||
newsyslog.conf:/etc/newsyslog.conf.d/suricata
|
||||
rule-updater.config:/usr/local/etc/suricata/rule-updater.config
|
||||
|
||||
@ -0,0 +1,11 @@
|
||||
{#
|
||||
create configuration for OPNsense suricata rule file downloader
|
||||
#}
|
||||
# autogenerated, do not edit.
|
||||
{% if helpers.exists('OPNsense.IDS.files.file') %}
|
||||
{% for file in helpers.toList('OPNsense.IDS.files.file') %}
|
||||
[{{file.filename|default('-')}}]
|
||||
enabled={{ file.enabled|default('0') }}
|
||||
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Loading…
x
Reference in New Issue
Block a user