From a4d53f90fc01a20507ec40d991208f3c4de26a41 Mon Sep 17 00:00:00 2001 From: el_cubano Date: Fri, 31 Oct 2008 23:14:08 +0000 Subject: [PATCH] Add support macro for GNUnet ports (closes Debian bug #394750) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8841 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/macro.GNUnet | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Shorewall-common/macro.GNUnet diff --git a/Shorewall-common/macro.GNUnet b/Shorewall-common/macro.GNUnet new file mode 100644 index 000000000..1a2615b64 --- /dev/null +++ b/Shorewall-common/macro.GNUnet @@ -0,0 +1,15 @@ +# +# Shorewall version 4 - GNUnet Macro +# +# /usr/share/shorewall/macro.GNUnet +# +# This macro handles GNUnet (secure peer-to-peer networking) traffic. +# +############################################################################### +#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/ +# PORT(S) PORT(S) LIMIT GROUP +PARAM - - tcp 2086 +PARAM - - udp 2086 +PARAM - - tcp 1080 +PARAM - - udp 1080 +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE