From 02305921379878642471dae4a01450307340cd6a Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 7 May 2026 10:06:55 +0100 Subject: [PATCH] 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 --- ports.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ports.toml b/ports.toml index bdf1547..1f372a5 100644 --- a/ports.toml +++ b/ports.toml @@ -44,3 +44,23 @@ protocol = "both" name = "7DTD-coop voice/dynamic" ports = "26911-26912" 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"