From c7fd7779664dda7247840485277315193f999102 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 8 May 2013 07:31:31 +1000 Subject: [PATCH] BF: default type to unreachable --- config/action.d/route.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/action.d/route.conf b/config/action.d/route.conf index 9e3164cd..bb4ec8e1 100644 --- a/config/action.d/route.conf +++ b/config/action.d/route.conf @@ -21,4 +21,4 @@ actionunban = ip route del # Option: blocktype # Note: Type can be blackhole, unreachable and prohibit. Unreachable and prohibit correspond to the ICMP reject messages. # Values: STRING -blocktype = prohibit +blocktype = unreachable