forked from extern/shorewall_code
Add NNTPS to action.AllowNNTP
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1754 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7a1524db76
commit
ecf6343a26
@ -1,10 +1,11 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 2.2 /usr/share/shorewall/action.AllowNNTP
|
# Shorewall 2.2 /usr/share/shorewall/action.AllowNNTP
|
||||||
#
|
#
|
||||||
# This action accepts NNTP traffic (Usenet).
|
# This action accepts NNTP traffic (Usenet) and encrypted NNTP (NNTPS)
|
||||||
#
|
#
|
||||||
######################################################################################
|
######################################################################################
|
||||||
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
#TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||||
# PORT PORT(S) LIMIT GROUP
|
# PORT PORT(S) LIMIT GROUP
|
||||||
ACCEPT - - tcp 119
|
ACCEPT - - tcp 119
|
||||||
|
ACCEPT - - tcp 563
|
||||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||||
|
@ -136,3 +136,5 @@ Changes since 2.0.3
|
|||||||
65) Correct typo in rules file.
|
65) Correct typo in rules file.
|
||||||
|
|
||||||
66) Update bogons file.
|
66) Update bogons file.
|
||||||
|
|
||||||
|
67) Add a rule for NNTPS to action.AllowNNTP
|
||||||
|
@ -662,3 +662,5 @@ New Features:
|
|||||||
26) The SUBNET column in /etc/shorewall/rfc1918 has been renamed
|
26) The SUBNET column in /etc/shorewall/rfc1918 has been renamed
|
||||||
SUBNETS and it is now possible to specify a list of addresses in
|
SUBNETS and it is now possible to specify a list of addresses in
|
||||||
that column.
|
that column.
|
||||||
|
|
||||||
|
27) The AllowNNTP action now also allows NNTP over SSL/TLS (NNTPS).
|
||||||
|
Loading…
Reference in New Issue
Block a user