# # 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}} filter:{{blacklist.filter|default('')}} {% if blacklist.username|default('') != '' %} username={{blacklist.username}} password={{blacklist.password|default('')}} {% endif %} sslNoVerify={{blacklist.sslNoVerify|default('0')}} {% endfor %} {% endif %}