summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--lib/network/drakfirewall.pm6
2 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6021f83..392efd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- drakfirewall:
+ o added support for AVAHI/mDNS ports (#50541).
+
0.75:
- connection manager:
o remove possibility to configure wireless regulatory
diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm
index 93042af..4b334a0 100644
--- a/lib/network/drakfirewall.pm
+++ b/lib/network/drakfirewall.pm
@@ -101,6 +101,12 @@ my @all_servers =
force_default_selection => 0,
},
{
+ name => N_("AVAHI and mDNS"),
+ ports => '5353/udp',
+ hide => 1,
+ pkg => 'avahi',
+ },
+ {
name => N_("BitTorrent"),
ports => '6881:6999/tcp',
hide => 1,