router: allow docker0 forward and expose 7dtd-coop ports
Container outbound (image pulls, LinuxGSM bootstrap fetches) was dropped by the inet filter forward chain — only eth0 and DNAT'd WAN traffic were whitelisted. Add iifname "docker0" accept so containers can reach the internet. Also add the coop server's 26910/26911-26912 forwards to ports.toml so WAN players can connect. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
4d84fe2df3
commit
568b815d8d
2 changed files with 12 additions and 0 deletions
10
ports.toml
10
ports.toml
|
|
@ -34,3 +34,13 @@ protocol = "both"
|
|||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue