From 0a605c63f2138aefeaf9c9702d6defbfe3779618 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 31 Oct 2011 08:46:11 -0700 Subject: [PATCH] Add note about separate blacklist file. Signed-off-by: Tom Eastep --- docs/blacklisting_support.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/blacklisting_support.xml b/docs/blacklisting_support.xml index 333b296e8..2d3361a58 100644 --- a/docs/blacklisting_support.xml +++ b/docs/blacklisting_support.xml @@ -94,6 +94,30 @@ DROP net:81.21.54.100 all tcp 25 DROP net:84.108.168.139 all DROP net:200.55.14.18 all + + If you prefer to keep your blacklist rules in a separate file, + then: + + + + create the separate file. + + + + copy the column headings from your rules file to the new + file. + + + + enter your blacklist rules into the new file. + + + + in the BLACKLIST section of your rules file, enter: + + INCLUDE name-of-new-file + +