mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Open NTP port to update date
This commit is contained in:
parent
b560207423
commit
7df6874fc9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ uPnP:
|
|||
UDP: [53]
|
||||
ipv4:
|
||||
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
|
||||
UDP: [53, 5353]
|
||||
UDP: [53, 5353, 123]
|
||||
ipv6:
|
||||
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
|
||||
UDP: [53, 5353]
|
||||
UDP: [53, 5353, 123]
|
||||
|
|
Loading…
Add table
Reference in a new issue