mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Update README.md
This commit is contained in:
parent
70c20f7f52
commit
55579261b7
1 changed files with 3 additions and 1 deletions
|
@ -432,7 +432,9 @@ We need to set the logging driver to syslog so the host OS and Fail2Ban can see
|
||||||
tag: "$TAG"
|
tag: "$TAG"
|
||||||
```
|
```
|
||||||
With the above settings in the docker-compose file. Any failed login attempts will look like this in your syslog file:
|
With the above settings in the docker-compose file. Any failed login attempts will look like this in your syslog file:
|
||||||
`$DATE $TIME $SERVER $TAG[979]: ERROR: Username or password is incorrect. Try again. IP: XX.XX.XX.XX. Username: email@domain.com.`
|
```
|
||||||
|
$DATE $TIME $SERVER $TAG[979]: ERROR: Username or password is incorrect. Try again. IP: XX.XX.XX.XX. Username: email@domain.com.
|
||||||
|
```
|
||||||
You can change the '$TAG' to anything you like. Just remember it because it will be in the Fail2Ban filter.
|
You can change the '$TAG' to anything you like. Just remember it because it will be in the Fail2Ban filter.
|
||||||
|
|
||||||
#### Fail2Ban Filter
|
#### Fail2Ban Filter
|
||||||
|
|
Loading…
Reference in a new issue