mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 02:38:58 +02:00
Add game ports for Valheim, OpenRA, OpenTTD, and Xonotic; update Wings configuration to use different ports instead.
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m18s
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m18s
This commit is contained in:
parent
c80877a9a9
commit
6c25a08515
5 changed files with 81 additions and 4 deletions
|
|
@ -59,6 +59,16 @@ in {
|
|||
8087 # PartDB
|
||||
8070 # Pelican
|
||||
8443 # Wings
|
||||
8080 # Wings
|
||||
2022 # Wings
|
||||
|
||||
# Game stuff
|
||||
2456 # Valheim
|
||||
2457 # Valheim
|
||||
2458 # Valheim
|
||||
1234 # OpenRA
|
||||
3979 # OpenTTD
|
||||
26000 # Xonotic
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
80
|
||||
|
|
@ -67,6 +77,16 @@ in {
|
|||
8087 # PartDB
|
||||
8070 # Pelican
|
||||
8443 # Wings
|
||||
8080 # Wings
|
||||
2022 # Wings
|
||||
|
||||
# Game stuff
|
||||
2456 # Valheim
|
||||
2457 # Valheim
|
||||
2458 # Valheim
|
||||
1234 # OpenRA
|
||||
3979 # OpenTTD
|
||||
26000 # Xonotic
|
||||
];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue