Updated route.conf to clear warnings

Does not throw warnings when starting/restarting by adding three lines of code.
This commit is contained in:
agentmoller001 2015-10-09 18:16:36 -07:00
parent 6fb5e3a494
commit 617302fcc2

View file

@ -17,6 +17,9 @@
[Definition]
actionban = ip route add <blocktype> <ip>
actionunban = ip route del <blocktype> <ip>
actioncheck =
actionstart =
actionstop =
[Init]