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
This commit is contained in:
el_cubano 2008-10-31 23:14:08 +00:00
parent b63c23f6d2
commit a4d53f90fc

View File

@ -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