Source: ip2host Section: utils Maintainer: Gunnar Wolf Build-Depends: debhelper-compat (= 13), perl Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/debian/ip2host.git Vcs-Browser: https://salsa.debian.org/debian/ip2host Homepage: https://github.com/mla/ip2host Package: ip2host Architecture: all Depends: ${misc:Depends}, perl Description: Resolve IPs to hostnames in web server logs This script is a drop-in replacement for the logresolve.pl script distributed with the Apache web server. . ip2host has the same basic design of forking children to handle the DNS resolution in parallel, but multiplexes the communication to minimize the impact of slow responses. This results in a significant speed improvement (approximately 10x faster), and the performance degrades more gracefully as the DNS timeout value is increased.