summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--lib/network/drakfirewall.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1bc032a..a608440 100644
--- a/NEWS
+++ b/NEWS
@@ -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',
},