Comment out 7DTD servers, not in use
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
38cf2ccd5a
commit
55bec881c3
4 changed files with 202 additions and 198 deletions
39
ports.toml
39
ports.toml
|
|
@ -25,25 +25,26 @@ name = "SSH"
|
|||
port = 22
|
||||
protocol = "tcp"
|
||||
|
||||
[[forward]]
|
||||
name = "7DTD game"
|
||||
port = 26900
|
||||
protocol = "both"
|
||||
|
||||
[[forward]]
|
||||
name = "7DTD voice/dynamic"
|
||||
ports = "26901-26902"
|
||||
protocol = "udp"
|
||||
|
||||
[[forward]]
|
||||
name = "7DTD-coop game"
|
||||
port = 26910
|
||||
protocol = "both"
|
||||
|
||||
[[forward]]
|
||||
name = "7DTD-coop voice/dynamic"
|
||||
ports = "26911-26912"
|
||||
protocol = "udp"
|
||||
# 7DTD forwards commented out — servers disabled in services/game-servers.nix.
|
||||
# [[forward]]
|
||||
# name = "7DTD game"
|
||||
# port = 26900
|
||||
# protocol = "both"
|
||||
#
|
||||
# [[forward]]
|
||||
# name = "7DTD voice/dynamic"
|
||||
# ports = "26901-26902"
|
||||
# protocol = "udp"
|
||||
#
|
||||
# [[forward]]
|
||||
# name = "7DTD-coop game"
|
||||
# port = 26910
|
||||
# protocol = "both"
|
||||
#
|
||||
# [[forward]]
|
||||
# name = "7DTD-coop voice/dynamic"
|
||||
# ports = "26911-26912"
|
||||
# protocol = "udp"
|
||||
|
||||
[[forward]]
|
||||
name = "Neko WebRTC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue