www/c-ipcap: bump revision

This commit is contained in:
Franco Fichtner
2023-11-13 10:46:14 +01:00
parent 2cfee82818
commit 966069f363
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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