Replies: 1 comment 2 replies
-
Are you using a reverse proxy? That way you could filter the access log for lines containing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Setup Fail2Ban and it's working great for invalid login attempts. I'd also like to block registration attempts since it's disabled.
I believe the only thing needed would be adding the IP to:
[2024-11-25 21:15:43.885][vaultwarden::api::core::accounts][ERROR] Registration not allowed or user already exists
That way a filter can be created for it.
Beta Was this translation helpful? Give feedback.
All reactions