mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Allow my Satisfactory server ports
This commit is contained in:
parent
1c28f2585d
commit
12c9af83e6
@ -28,9 +28,11 @@
|
|||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
57621 # Spotify discovery port
|
57621 # Spotify discovery port
|
||||||
|
7777 7778 27015 27016
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
5353 # Spotify discovery port
|
5353 # Spotify discovery port
|
||||||
|
7777 7778 27015 27016 # Satisfactory dedicated server (etc) ports
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user