Update the documentation to accomodate for HOST instead of ADDR value
parent
4828720084
commit
3c0ab915cf
|
@ -186,6 +186,10 @@ failregex = ^.*Invalid admin token\. IP: <ADDR>.*$
|
||||||
ignoreregex =
|
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
|
### Jail
|
||||||
|
|
||||||
Create and fill the following file
|
Create and fill the following file
|
||||||
|
|
Loading…
Reference in New Issue