>
>
> Here's a bug report for it, which you may want to subscribe to:
> https://bugs.launchpad.net/ufw/+bug/1571579
>
> FWIW, I too would love to see ufw have ipset support. I would use this
> for fail2ban integration as well as some permit rules for various
> applications.
>
>
Thank you. fail2ban
Here's a bug report for it, which you may want to subscribe to:
https://bugs.launchpad.net/ufw/+bug/1571579
FWIW, I too would love to see ufw have ipset support. I would use this
for fail2ban integration as well as some permit rules for various
applications.
--
Richard
--
Ubuntu-devel-discus
Hello.
I use ``sshguard`` to protect ssh server.
One of its usages is based on ipset: it simply fills ipset with bad ip
addresses,
and you block connections when source is in this address,
like
``m set --match-set sshguard4 src -j DROP``
With ufw this can be added to ``rules.before``, but ufw sta