Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.05 KB

Dynamic DNS Updater Client

contributing to Leandro's https://github.com/leandrokoiti/GoDaddyDnsUpdater Project, and the idea is to modularize, and make the project Accept any Dns Provider

GoDaddy Dynamic DNS Updater Client

.NET Client that uses the GoDaddy's API interface to automatically update the DNS information whenever a new ip is assigned to the running machine.

This client was created based on the project "GoDaddy_Powershell_DDNS" by markafox: https://github.com/markafox/GoDaddy_Powershell_DDNS


Download Release versions:

Fixed this bug

Increased the number of domains listed in order to retrieve every active domain in cases where the number of inactive domains is too large

Added support for automatic ip check so the user can specify the frequency that the application will check for a new ip in cases where it doesn't detect it automatically

First stable version