mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
WIP: www/c-icap: compatibility to 0.5.3 (#658)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= c-icap
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_VERSION= 1.6
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= c-icap connects the web proxy with a virus scanner
|
||||
PLUGIN_DEPENDS= c-icap c-icap-modules
|
||||
|
||||
@@ -29,10 +29,11 @@ ThreadsPerChild {{ OPNsense.cicap.general.threadsperchild }}
|
||||
{% if helpers.exists('OPNsense.cicap.general.maxrequestsperchild') and OPNsense.cicap.general.maxrequestsperchild != '' %}
|
||||
MaxRequestsPerChild {{ OPNsense.cicap.general.maxrequestsperchild }}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.cicap.general.listenaddress') and OPNsense.cicap.general.listenaddress != '' %}
|
||||
ListenAddress {{ OPNsense.cicap.general.listenaddress }}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.cicap.general.listenaddress') and OPNsense.cicap.general.listenaddress != '::1' %}
|
||||
Port {{ OPNsense.cicap.general.listenaddress }}:1344
|
||||
{% else %}
|
||||
Port 1344
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.cicap.general.serveradmin') and OPNsense.cicap.general.serveradmin != '' %}
|
||||
ServerAdmin {{ OPNsense.cicap.general.serveradmin }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user