Hentra / dyndns-netcup-go

Dynamic DNS client for the netcup dns api written in go.
MIT License
48 stars 8 forks source link

not an issue, but a question #17

Closed simpixo closed 1 year ago

simpixo commented 1 year ago

hi

thanks for the netcup updater. it runs fine in a lxc container under debian distro. But i have a question. if my public ip change your script will update my ddns subdomain automaticly or do i have to start the app again?

Hentra commented 1 year ago

The container will check your public IP depending on the interval that is defined with the environment variable INTERVAL. If there are any changes to your public IP it will update the DNS entries accordingly. While the container is running the updates will be done automatically and the container does not need to be restarted.