pelican: game server panel + wings containers
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
55dc95dd2b
commit
00ec9a9759
4 changed files with 142 additions and 0 deletions
|
|
@ -25,6 +25,14 @@ name = "SSH"
|
|||
port = 22
|
||||
protocol = "tcp"
|
||||
|
||||
# Pelican game-server allocation range (services/pelican.nix). wings publishes
|
||||
# each game container's port on the host via the shared docker daemon, so these
|
||||
# land on 10.0.0.1 directly. Keep in sync with the node's allocations in the panel.
|
||||
[[forward]]
|
||||
name = "Pelican game servers"
|
||||
ports = "25565-25600"
|
||||
protocol = "both"
|
||||
|
||||
# 7DTD forwards commented out — servers disabled in services/game-servers.nix.
|
||||
# [[forward]]
|
||||
# name = "7DTD game"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue