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 > Perl Modules

    Net::DNSServer::DBI 0.11

    Download button

    No screenshots available
    Downloads: 301  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Rob Brown | More programs
    Perl Artistic License / FREE
    April 1st, 2009, 17:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Net::DNSServer::DBI description

    SQL backend for resolving DNS queries

    Net::DNSServer::DBI is a SQL backend for resolving DNS queries.

    SYNOPSIS

     #!/usr/bin/perl -w
     use strict;
     use Net::DNSServer;
     use Net::DNSServer::DBI;

     my $dbi_resolver = new Net::DNSServer::DBI {
     connect => [ dbi connect args ... ],
     default_ttl => "3600",
     default_serial => "2002040100",
     default_nameservers => [ qw(ns.isp.com) ],
     };

     run Net::DNSServer {
     priority => [ $dbi_resolver ],
     };


    This resolver translates a DNS query into an SQL query. The answer from the SQL server is translated back into a DNS response and sent to the DNS client.

    This module requires an external database server to be running and the DBI / DBD::* API Interface to the SQL database server to be installed. The external database server may run on the same machine as the name server, (localhost), or it may run on a separate machine or database cluster for increased scalability and/or fault tolerance.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    DNS queries | SQL backend | DNS resolver | DNS | queries | resolver

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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