HowTo DynDNS for curl and wget
- curl and wget are command line tools for caling an url
- with these both command is it possible to do an update within a script or directly from a terminal
curl --user USERNAME:PASSWORD "https://myonlineportal.net/updateddns?hostname=yourDomain.myonlineportal.net"
wget -qO- --user=USERNAME --password=PASSWORD "https://myonlineportal.net/updateddns?hostname=yourDomain.myonlineportal.net"