mirror of https://github.com/fail2ban/fail2ban
Updated route.conf to clear warnings
Does not throw warnings when starting/restarting by adding three lines of code.pull/1219/head
parent
6fb5e3a494
commit
617302fcc2
|
@ -17,6 +17,9 @@
|
|||
[Definition]
|
||||
actionban = ip route add <blocktype> <ip>
|
||||
actionunban = ip route del <blocktype> <ip>
|
||||
actioncheck =
|
||||
actionstart =
|
||||
actionstop =
|
||||
|
||||
[Init]
|
||||
|
||||
|
|
Loading…
Reference in New Issue