mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
Update rate limit example in rules file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1866 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ada6dbeba1
commit
749d5471ce
@ -194,3 +194,5 @@ Changes since 2.0.3
|
||||
94) Avoid shell error during "shorewall stop/clear"
|
||||
|
||||
95) Change encryption to blowfish in 'ipsecvpn' script.
|
||||
|
||||
96) Correct rate limiting rule example.
|
||||
|
@ -199,6 +199,8 @@ Problems corrected since 2.2.0 RC2
|
||||
|
||||
local: lo:: bad variable name
|
||||
|
||||
2) The rate limiting example in /etc/shorewall/rules has been changed
|
||||
to use the RATE LIMIT column.
|
||||
-----------------------------------------------------------------------
|
||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.2:
|
||||
|
||||
|
@ -301,9 +301,9 @@
|
||||
# to local system 192.168.1.3 with a limit of 3 per second and
|
||||
# a maximum burst of 10
|
||||
#
|
||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||
# # PORT PORT(S) DEST
|
||||
# DNAT<3/sec:10> net loc:192.168.1.3 tcp http
|
||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE
|
||||
# # PORT PORT(S) DEST LIMIT
|
||||
# DNAT net loc:192.168.1.3 tcp http - - 3/sec:10
|
||||
#
|
||||
# Example: Redirect all locally-originating www connection requests to
|
||||
# port 3128 on the firewall (Squid running on the firewall
|
||||
|
Loading…
Reference in New Issue
Block a user