izmjene za stretch
[fail2ban-cn.git] / debian / control
1 Source: fail2ban-cn
2 Section: net
3 Priority: optional
4 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
5 Build-Depends: debhelper (>= 9)
6 Standards-Version: 3.9.8
7
8 Package: fail2ban-cn
9 Architecture: all
10 Depends: ${misc:Depends}, fail2ban (>= 0.9.6), gamin (>= 0.1.10-4.1), python-gamin (>= 0.1.10-4.1)
11 Description: bans IPs that cause multiple authentication errors
12  Fail2ban monitors log files (e.g. /var/log/auth.log,
13  /var/log/apache/access.log) and temporarily or persistently bans
14  failure-prone addresses by updating existing firewall rules.  Fail2ban
15  allows easy specification of different actions to be taken such as to
16  ban an IP using iptables or hostsdeny rules, or simply to send a
17  notification email.
18  .
19  By default, it comes with filter expressions for various services
20  (sshd, apache, qmail, proftpd, sasl etc.) but configuration can be
21  easily extended for monitoring any other text file.  All filters and
22  actions are given in the config files, thus fail2ban can be adopted
23  to be used with a variety of files and firewalls.
24  .
25  This package brings CARNet-related configuration.