The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::DNSServer - Perl module to be used as a name server

SYNOPSIS

  use Net::DNSServer;

  run Net::DNSServer {
    priority => [ list of resolver objects ],
  };
  # never returns

DESCRIPTION

Net::DNSServer will run a name server based on the Net::DNSServer::Base resolver objects passed to it. Usually the first resolver is some sort of caching resolver. The rest depend on what kind of name server you are trying to run. The run() method never returns.

AUTHOR

Rob Brown, rob@roobik.com

SEE ALSO

Net::DNSServer::Base, Net::DNS, Net::Server

named(8).

COPYRIGHT

Copyright (c) 2001, Rob Brown. All rights reserved. Net::DNSServer is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

$Id: DNSServer.pm,v 1.25 2002/11/13 19:47:01 rob Exp $