feat(setup): Add fail2ban sub-command status <JAIL>#3455
Merged
polarathene merged 3 commits intodocker-mailserver:masterfrom Aug 2, 2023
Merged
feat(setup): Add fail2ban sub-command status <JAIL>#3455polarathene merged 3 commits intodocker-mailserver:masterfrom
fail2ban sub-command status <JAIL>#3455polarathene merged 3 commits intodocker-mailserver:masterfrom
Conversation
casperklein
reviewed
Jul 31, 2023
Co-authored-by: Casper <[email protected]>
Co-authored-by: Casper <[email protected]>
Contributor
|
Documentation preview for this PR is ready! 🎉 Built with commit: a3ed3f0 |
casperklein
approved these changes
Aug 1, 2023
Member
casperklein
left a comment
There was a problem hiding this comment.
Thank you for your contribution 👍
polarathene
approved these changes
Aug 2, 2023
fail2ban sub-command status <JAIL>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new option to the
setup.sh fail2banscript to show a more detailed view on the status of all fail2ban jails using fail2ban's nativestatus <jail>command. Effectively, the options just runs exactly that command for all jails already existing in theJAILSvariable and outputs the result.I wanted to have an option between just running the setup
fail2bansub-command without options that just returns the banned IPs and getting all details usingsetup fail2ban log.This might be a bit redundant to other options, but since it is a small change that breaks nothing, I figured I could move it back here, since its usage is probably very intuitive to any fail2ban user.
Type of change
Checklist:
docs/)