From 3aae77cc4511f6c33393ffcb7f9ff8418cb091c6 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Sun, 25 Feb 2007 15:03:47 +0000 Subject: POE::Component::Server::DNS is a POE component that implements a DNS server. It uses POE::Component::Client::DNS to handle resolving when configured as 'forward_only' and Net::DNS::Resolver::Recurse wrapped by POE::Component::Generic to perform recursion. One may add handlers to massage and manipulate responses to particular queries which is vaguely modelled after Net::DNS::Nameserver. WWW: http://search.cpan.org/dist/POE-Component-Server-DNS/ PR: ports/109449 Submitted by: Jin-Shan Tseng Approved by: erwin (mentor, implicit) --- dns/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns/Makefile') diff --git a/dns/Makefile b/dns/Makefile index a8ebaa886741..81f180463d8f 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -89,6 +89,7 @@ SUBDIR += p5-Net-Nslookup SUBDIR += p5-Net-RBLClient SUBDIR += p5-POE-Component-Client-DNS + SUBDIR += p5-POE-Component-Server-DNS SUBDIR += p5-Stanford-DNSserver SUBDIR += p5-Tie-DNS SUBDIR += pdnsd -- cgit v1.2.3