darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
126 stars 36 forks source link

no ipv6 support in _gethostbyaddr() #121

Closed brianjmurrell closed 8 years ago

brianjmurrell commented 8 years ago

_gethostbyaddr() doesn't support IPv6 addresses.

darold commented 8 years ago

Thanks for the report, commit 562b8e4 add support to ipv6 address resolving. You need at least Perl 5.14. Please report any issue.

Best regards,