The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>