mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-30 06:28:51 +02: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"
|
94) Avoid shell error during "shorewall stop/clear"
|
||||||
|
|
||||||
95) Change encryption to blowfish in 'ipsecvpn' script.
|
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
|
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:
|
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
|
# to local system 192.168.1.3 with a limit of 3 per second and
|
||||||
# a maximum burst of 10
|
# a maximum burst of 10
|
||||||
#
|
#
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE
|
||||||
# # PORT PORT(S) DEST
|
# # PORT PORT(S) DEST LIMIT
|
||||||
# DNAT<3/sec:10> net loc:192.168.1.3 tcp http
|
# DNAT net loc:192.168.1.3 tcp http - - 3/sec:10
|
||||||
#
|
#
|
||||||
# Example: Redirect all locally-originating www connection requests to
|
# Example: Redirect all locally-originating www connection requests to
|
||||||
# port 3128 on the firewall (Squid running on the firewall
|
# port 3128 on the firewall (Squid running on the firewall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user