File: macro.Web

package info (click to toggle)
shorewall 3.2.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,508 kB
  • ctags: 288
  • sloc: sh: 12,774; makefile: 66
file content (15 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Shorewall version 3.2 - Web Macro
#
# /usr/share/shorewall/macro.Web
#
#	This macro handles WWW traffic (secure and insecure) -- DEPRECATED.
#	macro.Web is deprecated - use of macro.HTTP and macro.HTTPS instead
#	is recommended.
#
###############################################################################
#ACTION	SOURCE	DEST	PROTO	DEST	SOURCE	ORIGINAL	RATE	USER/
#				PORT	PORT(S)	DEST		LIMIT	GROUP
PARAM	-	-	tcp	80	# HTTP (plaintext)
PARAM	-	-	tcp	443	# HTTPS (over SSL)
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE