mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 06:10:42 +01:00
Add note about separate blacklist file.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
dc1f815679
commit
0a605c63f2
@ -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
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user