mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 20:24:09 +01:00
f717d097d7
Signed-off-by: Tom Eastep <teastep@shorewall.net>
22 lines
612 B
Plaintext
22 lines
612 B
Plaintext
#
|
|
# Shorewall version 4 - BitTorrent Macro
|
|
#
|
|
# /usr/share/shorewall/macro.BitTorrent
|
|
#
|
|
# This macro handles BitTorrent traffic for BitTorrent 3.1 and earlier.
|
|
#
|
|
# If you are running BitTorrent 3.2 or later, you should use the
|
|
# BitTorrent32 macro.
|
|
#
|
|
###############################################################################
|
|
?FORMAT 2
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
PARAM - - tcp 6881:6889
|
|
#
|
|
# It may also be necessary to allow UDP traffic:
|
|
#
|
|
PARAM - - udp 6881
|
|
#
|