%PDF- %PDF-
| Direktori : /backups/router/usr/local/opnsense/service/templates/OPNsense/IDS/ |
| Current File : //backups/router/usr/local/opnsense/service/templates/OPNsense/IDS/rule-updater.config |
{#
create configuration for OPNsense suricata rule file downloader
#}
# autogenerated, do not edit.
{% if helpers.exists('OPNsense.IDS.fileTags.tag') %}
[__properties__]
{% for tag in helpers.toList('OPNsense.IDS.fileTags.tag') %}
{{tag.property}}={{tag.value}}
{% endfor %}
{% endif %}
{% 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 %}