Sergey G. Brester
Sergey G. Brester
Not so easy in python in appropriate way: 1. usage of `netifaces` would expect external package (a bit too heavy to configure own/ignore IP addresses only) 2. iterate over interfaces...
Firstly this is not correct assumption that file `jail.d/org_global_whitelist.conf` is correct to provide some defaults, because normally it is provided for the jail with name `org_global_whitelist` only. So this default...
There is no `TemporaryDirectory` in `tempfile` in python 2.x, so blocked unless we stop support of 2.x. However I don't see what a real added value this PR has (excepting...
What this new parameter `actionfound` should mean?
Do you mean an action for each failure was found? If yes, as workaround you could create similar things, using `actionban` and `maxretry = 1`.
Well indirectly it is possible right now using `ignorecommand`, which will be invoked by every found failure (unless `ignorecache` is enabled for the jail, see #2176).
> 1. Run the command after the fail2ban log message Do you mean `[jail] Found `? No, it is not possible. All `ignore` facilities are invoked before the attempt considered...
should resolve #1407
Several issues refer to `Have not found any log file`, in relation to "prevent to start fail2ban service" are partially fixed in #1619
> What version was this merged in? Nowhere. It's an issue. I should still finish it. Just persistently no time... And it is a pre-requirement for 1407, that as you...