-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Remove IP from temporary banned list #45
Labels
enhancement
thats a planned enhancement
Comments
I think we can do that. |
devnulli
added a commit
that referenced
this issue
Feb 5, 2021
some fixes in the client feature to remove temp ban #45
devnulli
added a commit
that referenced
this issue
Feb 5, 2021
* service gets ability to remove temp bans * forgetting IPS needs to ignore re-supplied events * console feature to remove temporary bans * tested and tweaked the server feature to remove temp ban #45
will be in the next release |
devnulli
added a commit
that referenced
this issue
Jun 3, 2021
* turning up version numbers * fixing a small issue in the license * classify messages about found ips as verbose #44 * a small readability thing * added_start_menu #42 * some beauty fixes for the console (icon..) (#51) * removed dead code * set icon for the app * ability to remove temp bans (#47) * service gets ability to remove temp bans * forgetting IPS needs to ignore re-supplied events * console feature to remove temporary bans * tested and tweaked the server feature to remove temp ban #45 * fixed a bug with forgetting ips fixed a bug where a task will not forget an ip it has already forgotten earlier * replaced "middle finger" with safe for work image (#62) * releasing 2.1.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently if an IP is on the temporarily banned list it can be transferred to permanently banned list and white-listed IP list only. In a world on dynamic IP addresses this is unfortunate. If the temporarily banned IP list includes a false positive this IP needs to be permanently whitelisted where the admin probably wants to just remove it from the temporarily banned IP list instead.
Therefore it would be great to have an additional button underneath the "temporarily banned IPs" list to just remove the selected IP(s) from it.
The text was updated successfully, but these errors were encountered: