fail2ban/config
usernamepi e4e7a83cff
Update ufw.conf
Prerequisites:
* The ss command is available, kernel is compiled with option CONFIG_INET_DIAG_DESTROY.
* Ufw version is => 0.36 (released in 2018)

* Now using "prepend" instead of "insert" to be able to handle IPv6 addresses correctly. The current action will fail for IPv6 addresses.
* Now application names containing a space should handled correctly, solves https://github.com/fail2ban/fail2ban/pull/1532
* Now closing IPv4 and IPv6 connections (if any) from the ip that is being banned. The current action will leave them open.
   Using ss to accomplish this. For this to work the kernel needs to be compiled with the CONFIG_INET_DIAG_DESTROY option.
   My system apparently is compiled that way.
2021-05-06 13:44:36 +02:00
..
action.d Update ufw.conf 2021-05-06 13:44:36 +02:00
filter.d Merge branch '0.11' 2021-04-27 14:05:53 +02:00
fail2ban.conf fail2ban.conf: added new fail2ban configuration option "allowipv6" (default auto), can be used to allow or disallow IPv6 interface in fail2ban immediately by start (e. g. if fail2ban starts before network interfaces). 2021-01-27 17:06:14 +01:00
jail.conf Merge remote-tracking branch 'remotes/gh-upstream/0.11' into master 2021-04-11 19:05:02 +02:00
paths-arch.conf Add a path configuration for Arch Linux 2017-02-14 18:43:01 +08:00
paths-common.conf config/paths-common.conf: Added initial values for `syslog_authpriv`, `syslog_mail` in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00
paths-debian.conf 0.9 - Merge pull request #2339 from cFire/master 2019-03-14 11:45:46 +01:00
paths-fedora.conf config/paths-common.conf: Added initial values for `syslog_authpriv`, `syslog_mail` in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00
paths-freebsd.conf config/paths-common.conf: Added initial values for `syslog_authpriv`, `syslog_mail` in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00
paths-opensuse.conf config/paths-common.conf: Added initial values for `syslog_authpriv`, `syslog_mail` in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00
paths-osx.conf config/paths-common.conf: Added initial values for `syslog_authpriv`, `syslog_mail` in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00