Small service application to keep a GoDaddy domain sync'd to a dynamic DNS. This will only update A-records.
Requires .NET 5 Runtime
How to use:
- Download the application and save it to a directory on a Windows server or an always-on workstation.
- Go to https://developer.godaddy.com/, login to your account, and create a Production key/secret combo.
- Modify the appsettings.json file with your domain name, key, and secret.
- Run InstallAsService.bat as an administrator.
If you wish to exclude certain A-records, add them as a comma-separated list in the appsettings.json file.
Currently only supports 1 domain per service worker.