]> git.ipfire.org Git - ipfire.org.git/blob - templates/static/features/proxy/virus-scanner.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / features / proxy / virus-scanner.html
1 {% extends "../../../base-feature.html" %}
2
3 {% block title %}{{ _("Virus scanner") }}{% end block %}
4
5 {% block bodyA %}
6 <div class="page-header">
7 <h1>{{ _("Web proxy: Transparent virus scanner") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="span9">
12 {% if lang == "de" %}
13 <p>
14 Das Paketmanagement bietet das Addon “SquidClamAV” zur Erweiterung an. Somit steht dem Webproxy
15 ein Virenscanner zur Verfügung, der in Echtzeit den Datenverkehr nach Viren mit Hilfe des bekannten
16 ClamAV prüft.
17 </p>
18 <p>
19 Der zusätzliche Schutz zu einem herkömmlichen Virenscanner besteht vor allem darin, dass die Dateien
20 nicht erst auf den Client-Rechner gelangen, bevor der Virenscan ausgeführt werden kann. Potentielle
21 Schädlinge werden vor dem Download durch SquidClamAV geblockt.
22 </p>
23 {% else %}
24 <p>
25 The package manager Pakfire offers the addon SquidClamAV - a virus scanner for the web proxy. This checks in real-time all web traffic for viruses, utilizing the ClamAV virus definitions and scanning engine.
26 </p>
27 <p>
28 The additional protection to a conventional virus scanner lies in the fact that the files are transparently checked before ever making it to the client machine before the client machine's virus scan can be performed. So potentially-malicious files are blocked by
29 SquidClamAV before the client's actual download.
30 </p>
31 {% end %}
32 </div>
33 </div>
34 {% end block %}