diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-25 23:03:47 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-25 23:03:47 +0800 |
commit | 047fbb301aaaae5a72983a301083546ef1b113f5 (patch) | |
tree | 3afb9daa683c03bb5550bd7253dd0448066b7138 /dns/Makefile | |
parent | 50e15f56f0f1a504104c29468445b49e267b6bf4 (diff) | |
download | freebsd-ports-graphics-047fbb301aaaae5a72983a301083546ef1b113f5.tar.gz freebsd-ports-graphics-047fbb301aaaae5a72983a301083546ef1b113f5.tar.zst freebsd-ports-graphics-047fbb301aaaae5a72983a301083546ef1b113f5.zip |
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 <tjs at cdpa.nsysu.edu.tw>
Approved by: erwin (mentor, implicit)
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index a8ebaa88674..81f180463d8 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 |