Add note about separate blacklist file.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-10-31 08:46:11 -07:00
parent dc1f815679
commit 0a605c63f2

View File

@ -94,6 +94,30 @@ DROP net:81.21.54.100 all tcp 25
DROP net:84.108.168.139 all DROP net:84.108.168.139 all
DROP net:200.55.14.18 all DROP net:200.55.14.18 all
</programlisting> </programlisting>
<para>If you prefer to keep your blacklist rules in a separate file,
then:</para>
<itemizedlist>
<listitem>
<para>create the separate file.</para>
</listitem>
<listitem>
<para>copy the column headings from your rules file to the new
file.</para>
</listitem>
<listitem>
<para>enter your blacklist rules into the new file.</para>
</listitem>
<listitem>
<para>in the BLACKLIST section of your rules file, enter:</para>
<programlisting>INCLUDE <replaceable>name-of-new-file</replaceable></programlisting>
</listitem>
</itemizedlist>
</section> </section>
<section> <section>