mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #49 from YunoHost/firewall-block-bosh
Block XMPP Bosh port 5290
This commit is contained in:
commit
7207c7ae96
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
uPnP:
|
uPnP:
|
||||||
enabled: false
|
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]
|
UDP: [53]
|
||||||
ipv4:
|
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]
|
UDP: [53, 5353]
|
||||||
ipv6:
|
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]
|
UDP: [53, 5353]
|
||||||
|
|
Loading…
Add table
Reference in a new issue