mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/squid: authenticate before blacklist (#4670)
This commit is contained in:
@@ -28,6 +28,10 @@ adaptation_access request_mod allow whiteList
|
||||
http_access allow whiteList
|
||||
{% endif %}
|
||||
|
||||
{% if not helpers.empty('OPNsense.proxy.forward.authentication.method') %}
|
||||
http_access deny !local_auth
|
||||
{% endif %}
|
||||
|
||||
{% if helpers.exists('OPNsense.proxy.forward.acl.blackList') %}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user