Johan Van den Brande > Dyns-Client-0.6 > Dyns::Client

Download:
Dyns-Client-0.6.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.6   Source  

NAME ^

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

DESCRIPTION ^

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.

METHODS ^

new - Constructor
update - Send an update to dyns.cx
        die unless $dyns->update(
                        -username => 'mandatory username',
                        -password => 'mandatory password',
                        -hostname => 'mandatory hostname',
                        -domain => 'optional domain',
                        -ip => 'optional ip'
                        );
get_ip - Return local IP of the machine

AUTHOR ^

Johan Van den Brande <johan@vandenbrande.com>