mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 10:49:20 -07:00
Fix filter name on the action associated to bitwarden_rs-admin filter
@@ -205,7 +205,7 @@ findtime = 14400
|
|||||||
|
|
||||||
Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefore replace the `banaction` line with the following `action` when using Docker:
|
Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefore replace the `banaction` line with the following `action` when using Docker:
|
||||||
```INI
|
```INI
|
||||||
action = iptables-allports[name=bitwarden_rs, chain=FORWARD]
|
action = iptables-allports[name=bitwarden_rs-admin, chain=FORWARD]
|
||||||
```
|
```
|
||||||
|
|
||||||
Reload fail2ban for changes to take effect:
|
Reload fail2ban for changes to take effect:
|
||||||
|
|||||||
Reference in New Issue
Block a user