OpenArena: Difference between revisions
No edit summary |
link added, category gaming added |
||
Line 1: | Line 1: | ||
[https://openarena.ws/ OpenArena] is an open-source fork of Quake 3 Arena. | |||
OpenArena is an open-source fork of Quake 3 Arena. | |||
=== Firewall Configuration in NixOS for Local Games === | === Firewall Configuration in NixOS for Local Games === | ||
Line 8: | Line 7: | ||
networking.firewall.allowedUDPPorts = [ 27960 27961 27962 27963 ]; | networking.firewall.allowedUDPPorts = [ 27960 27961 27962 27963 ]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Gaming]] |
Latest revision as of 19:10, 1 September 2024
OpenArena is an open-source fork of Quake 3 Arena.
Firewall Configuration in NixOS for Local Games
If you want to play OpenArena in a LAN setting (LAN-Party, Office Tournament) the game will not show locally hosted games. That is unless you allow the necessary UDP ports:
networking.firewall.allowedUDPPorts = [ 27960 27961 27962 27963 ];