From: Emmanuel Kasper Date: Mon, 5 Sep 2016 14:03:26 +0000 (+0200) Subject: add multicast DNS to the list of Macros X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7831e1e329a4300aa9cbc341882f18362615107b;p=pve-firewall.git add multicast DNS to the list of Macros multicast DNS allows to quickly access hosts without the need to configure a DNS server --- diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index 22bf61d..9aa9be1 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -322,6 +322,10 @@ my $pve_fw_macros = { { action => 'PARAM', proto => 'tcp', dport => '465' }, { action => 'PARAM', proto => 'tcp', dport => '587' }, ], + 'MDNS' => [ + "Multicast DNS", + { action => 'PARAM', proto => 'udp', dport => '5353' }, + ], 'Munin' => [ "Munin networked resource monitoring traffic", { action => 'PARAM', proto => 'tcp', dport => '4949' },