1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-08-02 12:14:46 +02:00

fix running clamav icap tests

This commit is contained in:
Robin Appelman 2026-07-17 20:42:08 +02:00
commit 37f467deff
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ impl ServiceTrait for ClamIcap {
"ICAP_PORT=1344", "ICAP_PORT=1344",
"ICAP_REQUEST=avscan", "ICAP_REQUEST=avscan",
"ICAP_HEADER=X-Infection-Found", "ICAP_HEADER=X-Infection-Found",
"ICAP_MODE=reqmod",
] ]
} }

View file

@ -125,6 +125,7 @@ impl ServiceTrait for KasperskyIcap {
"ICAP_PORT=1344", "ICAP_PORT=1344",
"ICAP_REQUEST=req", "ICAP_REQUEST=req",
"ICAP_HEADER=X-Virus-ID", "ICAP_HEADER=X-Virus-ID",
"ICAP_MODE=reqmod",
] ]
} }