mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/c-ipcap: bump revision
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= c-icap
|
||||
PLUGIN_VERSION= 1.7
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_REVISION= 4
|
||||
PLUGIN_COMMENT= c-icap connects the web proxy with a virus scanner
|
||||
PLUGIN_DEPENDS= c-icap c-icap-modules
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -46,7 +46,7 @@ ServerName {{ system.hostname }}
|
||||
{% if helpers.exists('OPNsense.proxy.forward.icap.SendUsername') and OPNsense.proxy.forward.icap.SendUsername == '1' %}
|
||||
RemoteProxyUsers on
|
||||
acl AUTH auth *
|
||||
acl localserver srvip 127.0.0.1
|
||||
acl localserver srvip 127.0.0.1
|
||||
icap_access allow AUTH localserver
|
||||
{% else %}
|
||||
RemoteProxyUsers off
|
||||
@@ -62,7 +62,7 @@ RemoteProxyUserHeader {{OPNsense.proxy.forward.icap.UsernameHeader}}
|
||||
{% else %}
|
||||
RemoteProxyUsers on
|
||||
acl AUTH auth *
|
||||
acl localserver srvip 127.0.0.1
|
||||
acl localserver srvip 127.0.0.1
|
||||
icap_access allow AUTH localserver
|
||||
RemoteProxyUserHeaderEncoded on
|
||||
RemoteProxyUserHeader X-Authenticated-User
|
||||
|
||||
Reference in New Issue
Block a user