[fix] Open 1900 port to accept UPNP responses

Fix https://github.com/YunoHost/moulinette-yunohost/issues/97
This commit is contained in:
ZeHiro 2015-09-30 22:58:37 +02:00
parent 94a2b3ccf2
commit 496ac249da

View file

@ -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]