mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-11-05 01:02:35 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
13
config/e2guardian/contentscanners/clamdscan.conf
Normal file
13
config/e2guardian/contentscanners/clamdscan.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user