mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Updated route.conf to clear warnings
Does not throw warnings when starting/restarting by adding three lines of code.
This commit is contained in:
parent
6fb5e3a494
commit
617302fcc2
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
[Definition]
|
||||
actionban = ip route add <blocktype> <ip>
|
||||
actionunban = ip route del <blocktype> <ip>
|
||||
actioncheck =
|
||||
actionstart =
|
||||
actionstop =
|
||||
|
||||
[Init]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue