Allow dev tests port

This commit is contained in:
Username404-59 2026-06-30 04:39:55 +02:00
parent 47e0015bcd
commit 640b5b3629
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -30,10 +30,12 @@
57621 # Spotify discovery port 57621 # Spotify discovery port
25565 # Minecraft 25565 # Minecraft
7777 7778 27015 27016 7777 7778 27015 27016
8080 # Dev test port
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
5353 # Spotify discovery port 5353 # Spotify discovery port
7777 7778 27015 27016 # Satisfactory dedicated server (etc) ports 7777 7778 27015 27016 # Satisfactory dedicated server (etc) ports
8080
]; ];
}; };