mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
Proxy work in progress, 2nd tweak for unrestricted ips
This commit is contained in:
parent
08bcaf16ba
commit
49519b3fa2
@ -173,8 +173,8 @@ http_access deny blockuseragents
|
||||
{% if helpers.exists('OPNsense.proxy.forward.acl.mimeType') %}
|
||||
|
||||
# ACL list (Deny) blockmimetypes
|
||||
http_reply_access deny blockmimetypes {% if helpers.exists('OPNsense.proxy.forward.acl.unrestricted') %}!unrestricted{% endif %}
|
||||
http_access deny blockmimetypes_requests {% if helpers.exists('OPNsense.proxy.forward.acl.unrestricted') %}!unrestricted{% endif %}
|
||||
http_reply_access deny blockmimetypes {% if helpers.exists('OPNsense.proxy.forward.acl.unrestricted') %} !unrestricted {% endif %}
|
||||
http_access deny blockmimetypes_requests {% if helpers.exists('OPNsense.proxy.forward.acl.unrestricted') %} !unrestricted {% endif %}
|
||||
{% endif %}
|
||||
|
||||
# Deny requests to certain unsafe ports
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user