Just a simple bash + cURL based updater for the Namecheap Dynamic DNS service. Works on macOS, probably Linux, and probably not Windows.
- Make a copy of the example configuration file
nc-ddns.config.example.sh
and name itnc-ddns.config.sh
. - Fill in the configuration values in that file from Namecheap's web control panel:
NC_DDNS_HOST=@
NC_DDNS_DOMAIN=mydomain.com
NC_DDNS_PASSWORD=ddns_password
$ ./nc-ddns.sh
This updater was written as an alternative to the nc-ddns updater, because I couldn't get that updater to work.