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


Net-DNS-LivedoorDomain-DDNS documentation  | view source Contained in the Net-DNS-LivedoorDomain-DDNS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

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

Top

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

SEE ALSO

Top

http://domain.livedoor.com/

AUTHOR

Top

Masahito Yoshida <masahito@cpan.org>

COPYRIGHT AND LICENSE

Top


Net-DNS-LivedoorDomain-DDNS documentation  | view source Contained in the Net-DNS-LivedoorDomain-DDNS distribution.