From 0e3a7178755eb993dce157ee30c467e936e687be Mon Sep 17 00:00:00 2001 From: el_cubano Date: Fri, 31 Oct 2008 22:02:29 +0000 Subject: [PATCH] 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 --- Shorewall-common/macro.DAAP | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Shorewall-common/macro.DAAP diff --git a/Shorewall-common/macro.DAAP b/Shorewall-common/macro.DAAP new file mode 100644 index 000000000..cafb8fab1 --- /dev/null +++ b/Shorewall-common/macro.DAAP @@ -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