mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
DOC: Added missing parameter for jail add method
This commit is contained in:
parent
a9b9c6ea03
commit
f68ab3c4de
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ class Jails(Mapping):
|
|||
The name of the jail.
|
||||
backend : str
|
||||
The backend to use.
|
||||
db : Fail2BanDb
|
||||
Fail2Ban's persistent database instance.
|
||||
|
||||
Raises
|
||||
------
|
||||
|
|
|
|||
Loading…
Reference in a new issue