From 496ac249da9540647b8c42e6e22b0ad851267195 Mon Sep 17 00:00:00 2001 From: ZeHiro Date: Wed, 30 Sep 2015 22:58:37 +0200 Subject: [PATCH] [fix] Open 1900 port to accept UPNP responses Fix https://github.com/YunoHost/moulinette-yunohost/issues/97 --- data/other/firewall.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/other/firewall.yml b/data/other/firewall.yml index df5b0fe88..a6a1c9299 100644 --- a/data/other/firewall.yml +++ b/data/other/firewall.yml @@ -4,7 +4,7 @@ uPnP: UDP: [53] ipv4: TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269] - UDP: [53, 5353] + UDP: [53, 1900, 5353] ipv6: TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269] - UDP: [53, 5353] + UDP: [53, 1900, 5353]