mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Allow dev tests port
This commit is contained in:
parent
47e0015bcd
commit
640b5b3629
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user