cloudflare-ddns icon indicating copy to clipboard operation
cloudflare-ddns copied to clipboard

Define better network driver than "host"

Open obzocker opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Currently the readme.md defines a example docker-compose with the docker network driver "host". Without looking in the code it seems that this programm does not need the complete access to all ports/network.

It would be much better from a security standpoint to define the exact ports which need to be open to minimize the attack vector

Describe the solution you'd like Update the readme to concretely specify the ports which needs to be open and update the docker network driver.

obzocker avatar Nov 04 '23 22:11 obzocker

THe programm does not need any ports forwarded but to get the host network is needed for the IPv6 as it is explained right under the docker-compose

archef2000 avatar Nov 29 '23 18:11 archef2000