Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Net::DNS::ValueDomain::DDNS 0.02

    Download button

    No screenshots available
    Downloads: 345  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Daisuke Murase | More programs
    Perl Artistic License / FREE
    April 4th, 2007, 21:38 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    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;
    }

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    update Value-Domain | DynamicDNS records | Perl module | Net::DNS::ValueDomai | update | Value-Domain

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM