mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
www/c-icap: update to 1.6
This commit is contained in:
parent
4ed5b556ff
commit
bb199fa2c8
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= c-icap
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_VERSION= 1.6
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue