Merge pull request #49 from YunoHost/firewall-block-bosh

Block XMPP Bosh port 5290
This commit is contained in:
Jérôme Lebleu 2015-02-16 14:56:26 +01:00
commit 7207c7ae96

View file

@ -1,10 +1,10 @@
uPnP:
enabled: false
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269, 5290]
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
UDP: [53]
ipv4:
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269, 5290]
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
UDP: [53, 5353]
ipv6:
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269, 5290]
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
UDP: [53, 5353]