Add support macro for DAAP ports (closes Debian bug #308077)

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8837 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
el_cubano 2008-10-31 22:02:29 +00:00
parent bd5579a18f
commit 0e3a717875

View File

@ -0,0 +1,14 @@
#
# Shorewall version 4 - DAAP Macro
#
# /usr/share/shorewall/macro.DAAP
#
# This macro handles DAAP (Digital Audio Access Protocol) traffic.
# The protocol is used by iTunes, Rythmbox and other similar daemons.
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
# PORT(S) PORT(S) LIMIT GROUP
PARAM - - tcp 3689
PARAM - - udp 3689
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE