mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update firewall.yml
lower case for TCP and UDP
This commit is contained in:
parent
d128f590b0
commit
bb2d57c889
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
|
||||
ipv4:
|
||||
tcp: [22, 25, 53, 80, 443, 5222, 5269, 5280]
|
||||
udp: [53]
|
||||
TCP: [22, 25, 53, 80, 443, 5222, 5269, 5280]
|
||||
UDP: [53]
|
||||
|
||||
ipv6:
|
||||
|
|
Loading…
Reference in a new issue