Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Net::DNSServer::Proxy 0.11

    Download button

    No screenshots available
    Downloads: 272  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, 18:37 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Net::DNSServer::Proxy description

    Forwards requests to another DNS server

    Net::DNSServer::Proxy is a Perl module that forwards requests to another DNS server.

    SYNOPSIS

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

     my $resolver = new Net::DNSServer::Proxy {
     # Which remote server to proxy to
     real_dns_server => "12.34.56.78",
     # Seconds to wait for its response
     patience => 2,
     };

     -- or --

     # real_dns_server will default to the first
     # "nameserver" entry in /etc/resolv.conf.
     # patience will will default to
     # $Net:DNSServer::Proxy::default_response_timeout.
     my $resolver = new Net::DNSServer::Proxy;

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


    This resolver does not actually do any resolving itself. It simply forwards the request to another server and responds with whatever the response is from other server.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    forwards requests | DNS server | Perl module | Perl | DNS | server



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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