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:
parent
d59b99211a
commit
37f467deff
2 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue