Commit e8d67e8f authored by Ad Schellevis's avatar Ad Schellevis

(ids) add configuration template for rule download tool

parent 834a23d0
...@@ -2,3 +2,4 @@ rc.conf.d:/etc/rc.conf.d/suricata ...@@ -2,3 +2,4 @@ rc.conf.d:/etc/rc.conf.d/suricata
rules.config:/usr/local/etc/suricata/rules.config rules.config:/usr/local/etc/suricata/rules.config
suricata.yaml:/usr/local/etc/suricata/suricata.yaml suricata.yaml:/usr/local/etc/suricata/suricata.yaml
newsyslog.conf:/etc/newsyslog.conf.d/suricata newsyslog.conf:/etc/newsyslog.conf.d/suricata
rule-updater.config:/usr/local/etc/suricata/rule-updater.config
{#
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 %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment