mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2026-09-07 06:04:05 +02:00
Removed --net=host as default for the docker container It does forward port 443 tcp/udp to the host, but it also had "--net=host" when starting. That defeats the purpose of the port forward. Removing "--net=host" as it is also in line with the rest of the documentation.