Based on dyndns2 https://help.dyn.com/remote-access-api/perform-update/
Service is available via HTTP (port 80) and HTTPS (port 443)
Creation or changes are done through a simple HTTP GET
GET /nic/update?host=<yourhostname>&myip=<ipaddress>[&description=<ServiceDescription>]
- host := the name of the host to register/update
- myip := the IP address to register
- description := an optional text describing the service. Use URL encoding.
Authentication is done through HTTP BASIC auth or by providing username/password with the URL.
http://lostin:[email protected]/nic/update?host=aaseecats&myip=203.0.113.1&description=Die+besten+Katzen+rund+um+den+Aasee%21
There is no registration, you can pick any username/password when first registering a service. For updates, the same username/password must be used as when first registering
You should update the entry at least once every hour or when your ip has changed.
Almost none. Do not use passwords that you use for anything else.
Entries will automatically expire.