Net::DNSServer::DBI

SQL backend for resolving DNS queries
Download

Net::DNSServer::DBI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rob Brown
  • Publisher web site:
  • http://karmatics.com/aardvark/

Net::DNSServer::DBI Tags


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 => , default_ttl => "3600", default_serial => "2002040100", default_nameservers => , }; run Net::DNSServer { priority => , };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. Requirements: · Perl


Net::DNSServer::DBI Related Software