mirror of https://github.com/fail2ban/fail2ban
ChangeLog entry added + jail.conf review
parent
425170cef3
commit
67c14afd8e
|
@ -44,6 +44,10 @@ releases.
|
||||||
* New Actions:
|
* New Actions:
|
||||||
- `action.d/npf.conf` for NPF, the latest packet filter for NetBSD
|
- `action.d/npf.conf` for NPF, the latest packet filter for NetBSD
|
||||||
|
|
||||||
|
* New Filters:
|
||||||
|
- `filter.d/mongodb-auth.conf` for MongoDB (document-oriented NoSQL database engine)
|
||||||
|
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
* DateTemplate regexp extended with the word-end boundary, additionally to
|
* DateTemplate regexp extended with the word-end boundary, additionally to
|
||||||
word-start boundary
|
word-start boundary
|
||||||
|
|
|
@ -731,8 +731,9 @@ logpath = %(mysql_log)s
|
||||||
backend = %(mysql_backend)s
|
backend = %(mysql_backend)s
|
||||||
|
|
||||||
|
|
||||||
# Log wrong MongoDB auth (for details how ... see filter ...)
|
# Log wrong MongoDB auth (for details see filter 'filter.d/mongodb-auth.conf')
|
||||||
[mongodb-auth]
|
[mongodb-auth]
|
||||||
|
# change port when running with "--shardsvr" or "--configsvr" runtime operation
|
||||||
port = 27017
|
port = 27017
|
||||||
logpath = /var/log/mongodb/mongodb.log
|
logpath = /var/log/mongodb/mongodb.log
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue