mediaserver: drop no-op firewall rules, close unused DR forwards
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
f65675bd80
commit
8dd70a2d9d
12 changed files with 8 additions and 37 deletions
21
ports.toml
21
ports.toml
|
|
@ -45,22 +45,5 @@ 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 = "both"
|
||||
|
||||
[[forward]]
|
||||
name = "DR aux UDP"
|
||||
ports = "2604-2605"
|
||||
protocol = "udp"
|
||||
|
||||
[[forward]]
|
||||
name = "DR queue"
|
||||
port = 2606
|
||||
protocol = "tcp"
|
||||
# DR (Dungeon Runners) forwards removed — services/dr-server.nix is disabled.
|
||||
# Re-add 2110 tcp, 2603 both, 2604-2605 udp, 2606 tcp if it comes back.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue