Commit dafaa551 authored by Jos Schellevis's avatar Jos Schellevis

Proxy work in progress, fix missing acl

parent 88c07be2
......@@ -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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment