aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-POE-Component-Server-DNS
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.06Cheng-Lung Sung2007-03-082-4/+4
| | | | | | | | | PR: ports/109963 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng) Notes: svn path=/head/; revision=186868
* POE::Component::Server::DNS is a POE component that implements a DNS server.Gabor Kovesdan2007-02-254-0/+50
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) Notes: svn path=/head/; revision=185885