summaryrefslogtreecommitdiffstats
path: root/system/squidclamav/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'system/squidclamav/README.SBo')
-rw-r--r--system/squidclamav/README.SBo14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/squidclamav/README.SBo b/system/squidclamav/README.SBo
new file mode 100644
index 0000000000..4a5f6e8f25
--- /dev/null
+++ b/system/squidclamav/README.SBo
@@ -0,0 +1,14 @@
+Add this into your squid.conf:
+
+# icap squidclamav
+icap_enable on
+icap_send_client_ip on
+icap_send_client_username on
+icap_client_username_encode off
+icap_client_username_header X-Authenticated-User
+icap_preview_enable on
+icap_preview_size 1024
+icap_service service_avi_req reqmod_precache icap://localhost:1344/squidclamav bypass=off
+adaptation_access service_avi_req allow all
+icap_service service_avi_resp respmod_precache icap://localhost:1344/squidclamav bypass=on
+adaptation_access service_avi_resp allow all