Proxy work in progress, fix missing acl

This commit is contained in:
Jos Schellevis 2015-04-24 11:18:54 +02:00
parent 88c07be2ae
commit dafaa5511c

View File

@ -80,7 +80,7 @@ acl bannedHosts src {{ip}}
{% if ('^' or '\\' or '$' or '[') in element %}
acl whiteList url_regex {{element}}
{% else %}
acl dstdomain {{element}}
acl whiteList dstdomain {{element}}
{% endif %}
{% endfor %}
{% endif %}