mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 21:08:08 +02:00
Allow my Satisfactory server ports
This commit is contained in:
parent
1c28f2585d
commit
12c9af83e6
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user