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


Dyns-Client documentation  | view source Contained in the Dyns-Client distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

Top

Johan Van den Brande <johan@vandenbrande.com>


Dyns-Client documentation  | view source Contained in the Dyns-Client distribution.