adds voice chat port for Minecraft and includes it in allowedUDPPorts

This commit is contained in:
2024-11-16 04:38:18 +01:00
parent 9a395cfe07
commit fbb83102c4

View File

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