mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/c-icap: fix sizelimit (#306)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% if helpers.exists('OPNsense.cicap.antivirus.enable_clamav') and OPNsense.cicap.antivirus.enable_clamav == '1' %}
|
||||
Service antivirus_module virus_scan.so
|
||||
ServiceAlias srv_clamav virus_scan
|
||||
ServiceAlias avscan virus_scan?allow204=on&sizelimit=off&mode=simple
|
||||
ServiceAlias avscan virus_scan?allow204=on&mode=simple
|
||||
|
||||
{% if helpers.exists('OPNsense.cicap.antivirus.scanfiletypes') and OPNsense.cicap.antivirus.scanfiletypes != '' %}
|
||||
virus_scan.ScanFileTypes {{ OPNsense.cicap.antivirus.scanfiletypes.replace(',', ' ') }}
|
||||
|
||||
Reference in New Issue
Block a user