
Dyns::Client - A client for the dyns.cx dynamic DNS service

A simple client for the dyns.cx dynamic DNS service. Allows you to post an update to the dyns dynamic dns service, as documented on:
http://www.dyns.cx/documentation/technical/protocol/v1.1.php
The dyns dynamic IP service is run by Stefaan Ponnet, who started this service more than 4 years ago.

die unless $dyns->update(
-username => 'mandatory username',
-password => 'mandatory password',
-hostname => 'mandatory hostname',
-domain => 'optional domain',
-ip => 'optional ip'
);

Johan Van den Brande <johan@vandenbrande.com>