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
# | |
# File Path : fail2ban/filter.d/mongo-auth.conf | |
# | |
# Fail2Ban filter for unsuccesfull MongoDB authentication attempts | |
# Tested on fail2ban-client v0.9.3 | |
# | |
[INCLUDES] | |
# Read common prefixes. If any customizations available -- read them from |
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
# | |
# File Path : fail2ban/jail.local | |
# | |
# Please modify the port and logpath that you configured. | |
# | |
[mongo-auth] | |
enabled = true | |
filter = mongo-auth |
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
# | |
# File Path : /etc/fail2ban/jail.local | |
# | |
# Please modify the port and logpath that you configured. | |
# | |
[mongo-auth] | |
enabled = true | |
filter = mongo-auth |
NewerOlder