wilfred-dev / wilfred

🐿️ A CLI for managing game servers using Docker.
https://wilfredproject.org
MIT License
34 stars 2 forks source link

Bind both TCP and UDP for server port (and additional ports) #124

Closed vilhelmprytz closed 2 years ago

vilhelmprytz commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, Wilfred only binds to TCP, which makes it impossible for services like TeamSpeak to work.

Describe the solution you'd like Bind specified port on both TCP and UDP.

Describe alternatives you've considered Force images to specify either TCP or UDP. Over-complicated, in my opinion.

Additional context https://github.com/wilfred-dev/images/pull/15