mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
16 lines
520 B
Plaintext
16 lines
520 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 DEST PROTO DEST SOURCE RATE USER/
|
||
|
# PORT(S) 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
|