Allow my Satisfactory server ports

This commit is contained in:
Username404-59 2026-06-30 04:38:13 +02:00
parent 1c28f2585d
commit 12c9af83e6
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -28,9 +28,11 @@
firewall = {
allowedTCPPorts = [
57621 # Spotify discovery port
7777 7778 27015 27016
];
allowedUDPPorts = [
5353 # Spotify discovery port
7777 7778 27015 27016 # Satisfactory dedicated server (etc) ports
];
};