Closed MeganerdNL closed 4 years ago
My original fear with using NAT instead of --net=host
is that the kernel has to keep a lot of states.
But looks like a few of you have been running this configuration without issues, so apparently all fine :)
@mibere This change is for the centos
install script :)
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.