Proxy work in progress, fix missing acl

This commit is contained in:
Jos Schellevis 2015-04-24 11:35:21 +02:00
parent 785b03f5d6
commit e51362cf4e

View File

@ -89,7 +89,7 @@ acl whiteList dstdomain {{element}}
# ALC - Blacklist - User defined (blackList)
{% for element in OPNsense.proxy.forward.acl.blackList.split(",") %}
{% if ('^' or '\\' or '$' or '[') in element %}
acl url_regex {{element}}
acl blackList url_regex {{element}}
{% else %}
acl blackList dstdomain {{element}}
{% endif %}