externalACLs.conf 554 Bytes
Newer Older
1 2 3 4 5 6 7 8
#
# Automatic generated configuration for fetching remote ACLs.
# Do not edit this file manually.
{% if helpers.exists('OPNsense.proxy.forward.acl.remoteACLs.blacklists') %}
{%   for blacklist in helpers.toList('OPNsense.proxy.forward.acl.remoteACLs.blacklists.blacklist') %}
[{{blacklist.filename}}]
url:{{blacklist.url}}
enabled:{{blacklist.enabled}}
9
filter:{{blacklist.filter|default('')}}
10 11 12 13
{% if blacklist.username|default('') != '' %}
username={{blacklist.username}}
password={{blacklist.password|default('')}}
{% endif %}
14
{%   endfor %}
15
{% endif %}