Add UDP ports for server

This commit is contained in:
thiloho
2023-10-03 16:59:01 +02:00
parent 9b93944712
commit 105629e87a
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
hostName = "server";
firewall = {
allowedTCPPorts = [ 80 443 25565 ];
allowedUDPPorts = [ 80 443 25565 ];
};
};