Masahito Yoshida > Net-DNS-LivedoorDomain-DDNS > Net::DNS::LivedoorDomain::DDNS

Download:
Net-DNS-LivedoorDomain-DDNS-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

Net::DNS::LivedoorDomain::DDNS - Update your livedoor DOMAIN (http://domain.livedoor.com/) DynamicDNS records.

SYNOPSIS ^

  use Net::DNS::LivedoorDomain::DDNS;
  my $ddns = Net::DNS::LivedoorDomain::DDNS->new;
  my $ret  = $ddns->update(
                           username => 'livedoorID',
                           password => '********',
                           hostname => 'www.example.com',
                           ip => '192.0.2.2',
                       );

METHODS ^

new

Create a new Object.

update(%config)

Update your DynamicDNS record. %config parameters are:

username - livedoor Domain Dynamic DNS Password. (Required)

password - livedoor Domain Dynamic DNS Password. (Required)

hostname - Homain name being updated. (Required)

ip - The IP address to be updated. if empty, your current ip is used. (Optional)

DESCRIPTION ^

This module help you to update your livedoor DOMAIN (http://domain.livedoor.com/) DynamicDNS record(s).

SEE ALSO ^

http://domain.livedoor.com/

AUTHOR ^

Masahito Yoshida <masahito@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2006 by Masahito Yoshida

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.