mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 00:53:23 -05:00
fail2ban not banning #315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uchagani on GitHub (Jun 8, 2019).
I can't get fail2ban to ban any ip addresses.
I'm running bitwarden_rs behind a reverse proxy (caddy). My caddy ports are
8343and4112(websocket)my conf file:
My jail file:
My bitwarden_rs log file message:
I've verified that fail2ban is loading the bitwarden configs:
Any ideas why fail2ban isn't banning users?
@uchagani commented on GitHub (Jun 9, 2019):
So it looks like the issue was that the fail2ban version included in the debian repos does not support ipv6. once installing a newer version I am seeing the ban messages from fail2ban. However, the ban isn't really doing anything.
I think it might have something to do with running bitwarden_rs in docker inside LXC (proxmox). I'll close this for now but if anyone has an ideas i'd love to try them out.