mirror of https://github.com/fail2ban/fail2ban
Merge pull request #1219 from agentmoller001/patch-1
Updated route.conf to clear warnings (Closes #1026)pull/1220/head
commit
16443f7b05
|
@ -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