summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5b34b50..fd7067d 100644
--- a/README.rst
+++ b/README.rst
@@ -59,6 +59,22 @@ the following:
* `PyAV <https://github.com/PyAV-Org/PyAV>`_
+Virus Scanning
+--------------
+
+0x0 can scan its files with ClamAV’s daemon. As this can take a long time
+for larger files, this does not happen immediately but instead every time
+you run the ``vscan`` command. It is recommended to configure a systemd
+timer or cronjob to do this periodically. Examples are included::
+
+ 0x0-vscan.service
+ 0x0-vscan.timer
+
+Remember to adjust your size limits in clamd.conf!
+
+This feature requires the `clamd module <https://pypi.org/project/clamd/>`_.
+
+
Network Security Considerations
-------------------------------