aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoritr6 <[email protected]>2018-11-29 10:49:20 -0600
committerGitHub <[email protected]>2018-11-29 10:49:20 -0600
commit55579261b7129e2bfd33889edcee8b80de774795 (patch)
treea92e5af094f578c47eb3e5841c034495fc51f936 /README.md
parent70c20f7f52749bb183421a5c85d8a9a02b0fc10b (diff)
downloadvaultwarden-55579261b7129e2bfd33889edcee8b80de774795.tar.gz
vaultwarden-55579261b7129e2bfd33889edcee8b80de774795.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27a48c9e..49af2300 100644
--- a/README.md
+++ b/README.md
@@ -432,7 +432,9 @@ We need to set the logging driver to syslog so the host OS and Fail2Ban can see
tag: "$TAG"
```
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 protected].`
+```
+$DATE $TIME $SERVER $TAG[979]: ERROR: Username or password is incorrect. Try again. IP: XX.XX.XX.XX. Username: [email protected].
+```
You can change the '$TAG' to anything you like. Just remember it because it will be in the Fail2Ban filter.
#### Fail2Ban Filter