pkgsrc/security/fail2ban/files/paths-pkgsrc.conf
nils 08431a1378 Initial import of security/fail2ban, version 0.9.1, into the NetBSD Packages Collection.
Fail2Ban scans log files like /var/log/pwdfail and bans IP
that makes too many password failures. It updates firewall
rules to reject the IP address. Theses rules can be defined by
the user. Fail2Ban can read multiple log files such as sshd
or Apache web server ones.
2015-02-09 10:05:25 +00:00

20 lines
298 B
Text
Executable file

# pkgsrc
[INCLUDES]
#before = paths-distro.conf
after = paths-overrides.local
[DEFAULT]
apache_error_log = @VARBASE@/log/httpd/error_log
apache_access_log = @VARBASE@/log/httpd/access_log
nginx_error_log = @VARBASE@/log/nginx/error.log
nginx_access_log = @VARBASE@/log/nginx/access.log