forked from extern/shorewall_code
4db0dc2667
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7668 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
16 lines
512 B
Plaintext
16 lines
512 B
Plaintext
#
|
|
# Shorewall version 4 - Web Macro
|
|
#
|
|
# /usr/share/shorewall/macro.Web
|
|
#
|
|
# This macro handles WWW traffic (secure and insecure). This
|
|
# macro is deprecated - use of macro.HTTP and macro.HTTPS instead
|
|
# is recommended.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE PROTO DEST SOURCE RATE USER/
|
|
# PORT PORT(S) LIMIT GROUP
|
|
PARAM - - tcp 80 # HTTP (plaintext)
|
|
PARAM - - tcp 443 # HTTPS (over SSL)
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|