Jamesits / docker-dst-server

Don't Starve Together dedicated server in Docker!
https://hub.docker.com/r/jamesits/dst-server
GNU General Public License v2.0
496 stars 99 forks source link

Proper IPv6 support #7

Open Jamesits opened 6 years ago

Jamesits commented 6 years ago

Verification needed:

DST Server

DST Client

Klei auth server

Docker

serpi90 commented 4 years ago

You could avoid docker networking and use network_mode: "host" (docker-compose) That way you skip network virtualization and use the underlying host's network. It's not valid for all use cases, but may solve problems with ipv6

Jamesits commented 4 years ago

@serpi90 Yes I know this. Still, there are cases where custom networking is unfeasible (e.g. in a swarm or k8s cluster).

I haven't looked into it for years because IPv6 support for Docker has never become better during these years. They are still crappy, the docs are still not working and when you enable it everything starts to fail.

Jamesits commented 3 years ago

Waiting for https://github.com/moby/moby/pull/41622