only queries for doains ending with recently added generic TLDs which can be useful for tracking down hosts using internal names (maybe by relying on automatic qualification of names i.e. xy.prod -> xy.prod.example.com) that will conflict with new GTLDs. As the release notes put it, 'If you use short (not fully qualified) names internally you may be uknownlying[sic] relying on root (or other) name servers to return NXDOMAIN for them. If so, "you're gonna have a bad time."'
23 lines
429 B
Makefile
23 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.12 2014/09/16 10:32:39 sthen Exp $
|
|
|
|
COMMENT = pcap-based DNS query monitor
|
|
|
|
DISTNAME = dnstop-20140915
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# 3-clause BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c ncurses pcap
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
|
|
MASTER_SITES = ${HOMEPAGE}src/
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|