adds voice chat port for Minecraft and includes it in allowedUDPPorts

This commit is contained in:
Menno van Leeuwen 2024-11-16 04:38:18 +01:00
parent 9a395cfe07
commit fbb83102c4
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -26,6 +26,7 @@
443 # HTTPS 443 # HTTPS
22 # Git over SSH 22 # Git over SSH
25565 # Minecraft 25565 # Minecraft
24454 # Minecraft (Voice Chat)
32400 # Plex 32400 # Plex
51820 # WireGuard 51820 # WireGuard
@ -35,6 +36,7 @@
allowedUDPPorts = [ allowedUDPPorts = [
51820 # WireGuard 51820 # WireGuard
25565 # Minecraft
]; ];
}; };
}; };