mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 12:04:32 +01:00
Update the documentation to accomodate for HOST instead of ADDR value
parent
4828720084
commit
3c0ab915cf
1 changed files with 4 additions and 0 deletions
|
@ -186,6 +186,10 @@ failregex = ^.*Invalid admin token\. IP: <ADDR>.*$
|
|||
ignoreregex =
|
||||
```
|
||||
|
||||
**Tip:** If you get the following error message in `fail2ban.log`
|
||||
`ERROR NOK: ("No 'host' group in '^.*Invalid admin token\\. IP: <ADDR>.*$'")`
|
||||
Please Use `<HOST>` instead of `<ADDR>` in `bitwarden_rs-admin.local`
|
||||
|
||||
### Jail
|
||||
|
||||
Create and fill the following file
|
||||
|
|
Loading…
Reference in a new issue