I've found details on how to configure DDNS scripts for Digital Ocean -( https://github.com/openwrt/packages/pull/17120/files#diff-3847711a1c9e706c20fc87adb148f666ed40cb07ab53c8fbf4018fa03667c267) - I wonder whether these could be added to a subpage on https://openwrt.org/docs/guide-user/services/ddns/client - and if so how I might do that? I'm not registered to edit the wiki and probably would need someone standing behind me pointing out what I've got wrong. - Similarly I've found details/examples on using CloudFlare - Should we be adding information in on the specifics of the configuration?
The description is already in the script file?
Do you want to extract it from all 100 providers and create sub-pages for people not being able to read 2-page text files?
The instructions are available during the installation (from Luci Software page):
Description
Dynamic DNS Client scripts extension for "digitalocean.com API v2". The script directly updates a DNS record using the DO API. It requires: "option dns_server" to be set to the server to be used by nsupdate. "option domain" the dns domain to update the record for (eg. A-record: home.) "option username" the dns record name to update (eg. A-record: .example.com) "option param_opt" the id of the dns record to update (check using chrome inspector in the DO dns tab) "option password" the api token generated in the DO panel