mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
Proxy work in progress, fix missing acl
This commit is contained in:
parent
785b03f5d6
commit
e51362cf4e
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user