-
-
Notifications
You must be signed in to change notification settings - Fork 385
FAQ
Jeff Johnson edited this page Mar 26, 2020
·
19 revisions
Q: Why am I seeing additional failed login attempts after a ban?
A: When a determined hacker is attacking rapidly, additional attacks might sneak through before the firewall rule has finished updating. These failures will show up on the next cycle as a failed login.
Q: How do I format timestamps from the ipban.sqlite database?
A: SELECT strftime('%Y-%m-%d-%t', BanDate / 1000, 'unixepoch') FROM IPBan
Q: How do I test my regular expressions in the config file?
A: You can paste your regular expression into https://regex101.com/ and then you can paste some text from your log files in and see how it matches.
IPBan (c) 2012-Present Digital Ruby, LLC - https://ipban.com