mirror of https://github.com/fail2ban/fail2ban
DOC: Added missing parameter for jail `add` method
parent
a9b9c6ea03
commit
f68ab3c4de
|
@ -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 New Issue