Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:ddns:client [2024/10/05 12:23] – moved bind/nsupdate to its own page andrewzdocs:guide-user:services:ddns:client [2024/10/05 13:46] – [dynu.com] andrewz
Line 651: Line 651:
  
 For detailed instructions, see [[docs:guide-user:services:ddns:duckdns|DuckDNS DDNS Client]]. For detailed instructions, see [[docs:guide-user:services:ddns:duckdns|DuckDNS DDNS Client]].
 +
 +==== dynu.com ====
 +Last updated: 2024-10-05
 +
 +[[http://dynu.com/ | Homepage]] -- [[https://www.dynu.com/DynamicDNS/IP-Update-Protocol | IP Update Protocol]]
 +
 +It works out of the box in the standard most common setup with a single user-defined //hostname// and a domain selected from what is offered by this provider.
 +
 +In order to update v4 or v6 IP address for a //subdomain// that they call [[https://www.dynu.com/Resources/Tutorials/DynamicDNS/Advancedfeatures/Aliases | alias]] the following custom configuration can be used:
 +
 +<code>
 +service_name delete / --custom--
 +update_url api.dynu.com/nic/update?hostname=[DOMAIN]&alias=[PARAMENC]&myipv6=[IP]&password=[PASSWORD]
 +domain [your 3rd level domain, like "mydomain.example.com"]
 +paramenc [your alias, like "myhost"]
 +username [dummy, not used, but Luci expects something to be set]
 +password [your update token]
 +</code>
 +This will update IPv6 address for ''myhost.mydomain.example.com''
 +
 +The //update token// used as a password in both standard and custom configurations is an MD5/SHA256 hash of "IP Update Password" that is set in Control Panel /[[https://www.dynu.com/en-US/ControlPanel/ManageCredentials | Manage Credentials]]
 +
 +The hash can be generated on their [[https://www.dynu.com/NetworkTools/Hash | web site]] or locally by the user.
 +
  
 ==== freedns.afraid.org ==== ==== freedns.afraid.org ====
  • Last modified: 2024/12/19 18:26
  • by andrewz