aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS-TestNS/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325563
* Class to setup a number of nameservers that respond to specific DNS queriesWen Heping2010-06-271-0/+10
(QNAME,QTYPE) by prespecified answers. This class is to be used in test suites where you want to have servers to show predefined behavior. If the server will do a lookup based on QNAME,QTYPE and return the specified data. If there is no QNAME, QTYPE match the server will return a SERVFAIL. A log will be written to STDERR it contains time, IP/PORT, QNAME, QTYPE, RCODE. WWW: http://search.cpan.org/dist/Net-DNS-TestNS/ PR: ports/148161 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes Notes: svn path=/head/; revision=257034