Net::DNS::ValueDomain::DDNS

Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records.
Download

Net::DNS::ValueDomain::DDNS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daisuke Murase
  • Publisher web site:
  • http://search.cpan.org/~typester/Imager-Filter-RoundedCorner-0.02/lib/Imager/Filter/RoundedCorner.pm

Net::DNS::ValueDomain::DDNS Tags


Net::DNS::ValueDomain::DDNS Description

Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records.SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => 'example.com', password => '1234', host => 'www', ip => '127.0.0.1', ); # Update multiple hosts on same IP my $ddns = Net::DNS::ValueDomain::DDNS->new( domain => 'example.com', password => '1234', ip => '127.0.0.1', ); for my $host (qw/www mail */) { $ddns->update( host => $host ) or die $ddns->errstr; } Requirements: · Perl


Net::DNS::ValueDomain::DDNS Related Software