Open C&C ports

This commit is contained in:
Zuckerberg 2024-05-26 17:21:58 -06:00
parent 8e3a0761e8
commit 88c67dde84

View File

@ -96,4 +96,8 @@
spotify spotify
retroarchFull retroarchFull
]; ];
# Command and Conquer Ports
networking.firewall.allowedUDPPorts = [ 4321 27900 ];
networking.firewall.allowedTCPPorts = [ 6667 28910 29900 29920 ];
} }