>
> Until Jul 27 the cron seems ok, but after that, the jobs seem to be
> running twice...
>
I think that providing more info about how exactly these jobs were added to
cron (which file and which line) might help
--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify se
>
>
> 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
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