Re: [pve-devel] [PATCH firewall] implement fail2ban backend

2021-08-25 Thread Mark Schouten
Tuxis B.V. | https://www.tuxis.nl/ | +31 318 200208 From: Oguz Bektas To: Sent: 2021-08-25 11:47 Subject: [pve-devel] [PATCH firewall] implement fail2ban backend adds a section "[FAIL2BAN]" in the hostfw configuration, which allows the properties 'maxretry' and

Re: [pve-devel] [PATCH firewall] implement fail2ban backend

2021-08-25 Thread Thomas Lamprecht
Again, I'm not convinced that the approach may be the best we can do, but as I already looked at it I'll quick review that one nonetheless. missing "partially fix #1065" prefix. On 25/08/2021 11:47, Oguz Bektas wrote: > adds a section "[FAIL2BAN]" in the hostfw configuration, which allows > the p

[pve-devel] [PATCH firewall] implement fail2ban backend

2021-08-25 Thread Oguz Bektas
adds a section "[FAIL2BAN]" in the hostfw configuration, which allows the properties 'maxretry' and 'bantime' (in minutes) for the GUI ports. Signed-off-by: Oguz Bektas --- RFC->PATCH: * better parser regex to allow comments in hostfw * use heredoc for multiline file contents * check if filter f