Closed fishjojo1 closed 9 months ago
Update: the same issue occurs with systemctl as well. Am i misunderstanding something about the configuration? xd
Ah...I misunderstood the config options. Read thru the source and just realised it caches the ip. Thanks for the great tool and apologies for any inconveniences caused :)
https://github.com/TimothyYe/godns?tab=readme-ov-file#display-debug-info
If you enable the debug_info
feature, you will get more detailed debug information.
Describe the bug
The docker image does not update the public ip(at least for cloudflare) as per the interval argument in the configuration file
The frequency of this issue
Steps to Reproduce
docker run -d --name godns --restart=always -v /home/<user>/godns/config.json:/config.json timothyye/godns:latest
the docker container runs correctly one time, managing to update the ip address
docker logs (on start)
after 10mins(expected to be 5mins), there is no change in the docker logs output nor any change in the cloudflare ip addr(i set it back to a wrong ip)
Your GoDNS configuration