TimothyYe / godns

A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
https://timothyye.github.io/godns/
Apache License 2.0
1.5k stars 221 forks source link

Adding RunOnce option to run manually or from cron. #138

Closed adam-ah closed 2 years ago

adam-ah commented 2 years ago

On my system(s) I cannot run godns as a service or continuously (and no need to, either), so I created a RunOnce option to quit after the first full run. I also updated the readme file.

I would appreciate if you could add it to your codebase. Any questions, comments, please let me know.

TimothyYe commented 2 years ago

Thanks for your contribution.