mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-03 22:27:49 +00:00
RF: Refactor actions further, include removing server proxy interface
This allows direct setting of action properties and calling of methods from the fail2ban-client if so required.
This commit is contained in:
parent
414c5e1146
commit
80d6f74ee8
16 changed files with 511 additions and 610 deletions
3
setup.py
3
setup.py
|
|
@ -120,7 +120,8 @@ setup(
|
|||
glob("config/filter.d/*.conf")
|
||||
),
|
||||
('/etc/fail2ban/action.d',
|
||||
glob("config/action.d/*.*")
|
||||
glob("config/action.d/*.conf") +
|
||||
glob("config/action.d/*.py")
|
||||
),
|
||||
('/etc/fail2ban/fail2ban.d',
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue