ports: forward dr-server auth/game/queue + UDP aux from WAN

Pairs the LAN-side firewall openings already done in services/dr-server.nix
so the public can actually reach the Mediaserver. TCP for the listening
sockets we observed (2110/2603/2606), UDP for the 2604-2605 pair the
client setup expects per Play_DungeonRunners.bat.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-05-07 10:06:55 +01:00
parent 91670f0d28
commit 0230592137

View file

@ -44,3 +44,23 @@ protocol = "both"
name = "7DTD-coop voice/dynamic" name = "7DTD-coop voice/dynamic"
ports = "26911-26912" ports = "26911-26912"
protocol = "udp" protocol = "udp"
[[forward]]
name = "DR auth"
port = 2110
protocol = "tcp"
[[forward]]
name = "DR game"
port = 2603
protocol = "tcp"
[[forward]]
name = "DR aux UDP"
ports = "2604-2605"
protocol = "udp"
[[forward]]
name = "DR queue"
port = 2606
protocol = "tcp"