Users with DHCP external IP addresses should be given the option to setup DDNS directly inside the VM with a easy step by step guided setup.
I tend to use ddclient which is widely available and works well with many providers.
Also works for VMs with LAN IP (just check using a URL like https://checkip.dynu.com).
https://github.com/ddclient/ddclient
@tavinus Thanks for your suggestion, I actually use ddclient myself. :)
Would you like to start on a PR maybe? :rocket:
I think there are many DNS providers in the world. The modification API for each vendor is different and sometimes changes. and some of them need Token or user's account。Implementation is difficult,unless everyone changes the DNS service provider to some you specify.
@liao20081228 Spot on!
I planned to integrate Cloudflare with their API, but it still requires manual work from the user, which means stop in the middle of the script, setup Cloudflare, get API tokens and so on and so on.
PRs are welcome! :heart:
Most helpful comment
@tavinus Thanks for your suggestion, I actually use
ddclientmyself. :)Would you like to start on a PR maybe? :rocket: