mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-19 00:34:26 -05:00
14 lines
589 B
Plaintext
14 lines
589 B
Plaintext
plugname = 'clamdscan'
|
|
|
|
# edit this to match the location of your ClamD UNIX domain socket
|
|
clamdudsfile = '/run/clamav/clamd.ctl'
|
|
|
|
# If this string is set, the text it contains shall be removed from the
|
|
# beginning of filenames when passing them to ClamD.
|
|
# Use it to - for example - support a ClamD running inside a chroot jail:
|
|
# if DG's filecachedir is set to "/var/clamdchroot/downloads/" and pathprefix
|
|
# is set to "/var/clamdchroot", then file names given to ClamD will be of the
|
|
# form "/downloads/tf*" instead of "/var/clamdchroot/downloads/tf*".
|
|
#pathprefix = '/var/clamdchroot'
|
|
|