mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
- Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers - Update WWW Approved by: portmgr blanket
10 lines
592 B
Text
10 lines
592 B
Text
Fastresolve is a package of programs to process web log files to get DNS
|
|
and domain ownership information for log analysis. It sends out many
|
|
queries in parallel, and caches results, for speed. Its DNS resolver is
|
|
about 10 times as fast as logresolve.pl from the Apache 1.3.9 distribution,
|
|
and about 50 times as fast as logresolve.c from that distribution. It is
|
|
5-20 times as fast as the adnslogres program that comes with the adns
|
|
library, and about 3 times as fast as jdresolve, which is a Perl program
|
|
that uses similar algorithms.
|
|
|
|
WWW: https://BSDforge.com/projects/dns/fastresolve/
|