mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Allow the minecraft server port
This commit is contained in:
parent
12c9af83e6
commit
47e0015bcd
@ -28,6 +28,7 @@
|
|||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
57621 # Spotify discovery port
|
57621 # Spotify discovery port
|
||||||
|
25565 # Minecraft
|
||||||
7777 7778 27015 27016
|
7777 7778 27015 27016
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user