forked from extern/shorewall_code
Remove documentaiton of rate limiting in the ACTION column
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3398 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1a1727bab1
commit
a69641d15f
@ -15,10 +15,10 @@
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>2005-11-02</pubdate>
|
||||
<pubdate>2006-01-28</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2001-2005</year>
|
||||
<year>2001-2006</year>
|
||||
|
||||
<holder>Thomas M. Eastep</holder>
|
||||
</copyright>
|
||||
@ -1978,7 +1978,7 @@ ACCEPT<emphasis role="bold">:info</emphasis> - - tc
|
||||
<example>
|
||||
<title>Let's take</title>
|
||||
|
||||
<programlisting>ACCEPT<2/sec:4> net dmz tcp 80</programlisting>
|
||||
<programlisting>ACCEPT net dmz tcp 80 - - 2/sec:4</programlisting>
|
||||
|
||||
<para>The first time this rule is reached, the packet will be
|
||||
accepted; in fact, since the burst is 4, the first four packets
|
||||
@ -2033,8 +2033,9 @@ ACCEPT<emphasis role="bold">:info</emphasis> - - tc
|
||||
to local system 192.168.1.3. You wish to limit the number of connections
|
||||
to 4/minute with a burst of 8:</title>
|
||||
|
||||
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
||||
DNAT<4/min:8> net loc:192.168.1.3 tcp ssh</programlisting>
|
||||
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S) ORIGINAL RATE LIMIT
|
||||
# DEST
|
||||
DNAT net loc:192.168.1.3 tcp ssh - 4/min:8</programlisting>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
|
Loading…
Reference in New Issue
Block a user