diff options
author | Olivier Blin <dev@blino.org> | 2013-12-22 23:56:42 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2013-12-22 23:57:03 +0100 |
commit | 40db831018adff101d00860c63151fea57c715d9 (patch) | |
tree | 385e2eeb6edb1e93bf6f49ebf5996cafac9c933a | |
parent | 8032703c1cf4b4b3f25fed7eab84dc4c8d50b4b0 (diff) | |
download | drakx-net-40db831018adff101d00860c63151fea57c715d9.tar drakx-net-40db831018adff101d00860c63151fea57c715d9.tar.gz drakx-net-40db831018adff101d00860c63151fea57c715d9.tar.bz2 drakx-net-40db831018adff101d00860c63151fea57c715d9.tar.xz drakx-net-40db831018adff101d00860c63151fea57c715d9.zip |
drakfirewall: add 6881:6999 UDP port range for Bittorrent
This is used by rtorrent.
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lib/network/drakfirewall.pm | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- drakfirewall: add 6881:6999 UDP port range for Bittorrent + (this is used by rtorrent) + 2.6 - prevent segfaulting on forking when glib/gtk create threads behind us (mga#12041) diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm index 3a808c2..749ca8a 100644 --- a/lib/network/drakfirewall.pm +++ b/lib/network/drakfirewall.pm @@ -108,7 +108,7 @@ my @all_servers = }, { name => N_("BitTorrent"), - ports => '6881:6999/tcp', + ports => '6881:6999/tcp 6881:6999/udp', hide => 1, pkg => 'bittorrent deluge ktorrent transmission vuze rtorrent ctorrent', }, |