mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
f717d097d7
Signed-off-by: Tom Eastep <teastep@shorewall.net>
19 lines
527 B
Plaintext
19 lines
527 B
Plaintext
#
|
|
# Shorewall version 4 - BitTorrent 3.2 Macro
|
|
#
|
|
# /usr/share/shorewall/macro.BitTorrent32
|
|
#
|
|
# This macro handles BitTorrent traffic for BitTorrent 3.2 and later.
|
|
#
|
|
###############################################################################
|
|
?FORMAT 2
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
PARAM - - tcp 6881:6999
|
|
#
|
|
# It may also be necessary to allow UDP traffic:
|
|
#
|
|
PARAM - - udp 6881
|
|
#
|