DNS tracer for AmigaOS
Go to file
Carsten Sonne Larsen 8d0262b446 AROS changes 2016-03-05 09:49:08 +01:00
include Initial commit 2016-02-22 19:36:59 +01:00
.gitignore AROS changes 2016-03-05 09:49:08 +01:00
CHANGES Initial commit 2016-02-22 19:36:59 +01:00
CONTACT Initial commit 2016-02-22 19:36:59 +01:00
FILES Initial commit 2016-02-22 19:36:59 +01:00
LICENSE Initial commit 2016-02-22 19:36:59 +01:00
Makefile.aros AROS changes 2016-03-05 09:49:08 +01:00
Makefile.m68k AROS changes 2016-03-05 09:49:08 +01:00
README Initial commit 2016-02-22 19:36:59 +01:00
configure AROS changes 2016-03-05 09:49:08 +01:00
dnstracer.8 Initial commit 2016-02-22 19:36:59 +01:00
dnstracer.c AROS changes 2016-03-05 09:49:08 +01:00
dnstracer.h AROS changes 2016-03-05 09:49:08 +01:00
dnstracer.kdev4 Initial commit 2016-02-22 19:36:59 +01:00
dnstracer.spec Initial commit 2016-02-22 19:36:59 +01:00
dnstracer_amiga.c AROS changes 2016-03-05 09:49:08 +01:00
dnstracer_broken.h Initial commit 2016-02-22 19:36:59 +01:00
fping_amiga.c AROS changes 2016-03-05 09:49:08 +01:00
getaddrinfo.c AROS changes 2016-03-05 09:49:08 +01:00
getaddrinfo.h AROS changes 2016-03-05 09:49:08 +01:00
getopt.c AROS changes 2016-03-05 09:49:08 +01:00
getopt.h AROS changes 2016-03-05 09:49:08 +01:00
mem.c AROS changes 2016-03-05 09:49:08 +01:00
mem.h AROS changes 2016-03-05 09:49:08 +01:00
rand.c AROS changes 2016-03-05 09:49:08 +01:00
workman Initial commit 2016-02-22 19:36:59 +01:00

README

$Id: README,v 1.8 2003/01/06 22:40:31 mavetju Exp $

WHAT IS DNSTRACER?

Dnstracer determines where a given Domain Name Server (DNS) gets
its information from, and follows the chain of DNS servers back to
the servers which know the data.

Its behaviour is similair to ntptrace(8), which does it for the
NTP protocol.

HOW TO INSTALL?

In theory, run 'configure', 'make' and 'make install' should be
enough to install the binary and the man-page. I've developed it
under FreeBSD 4.4 and tested it on Debian, SunOS and Solaris. Due
to the nature of autoconf and friends, you need GNU Make.

If you don't want to have IPv6 support in it, run configure with
the --disable-ipv6 option.

Windows users with Microsoft Visual C++ please use MSVB.BAT (supplied
by Mike Black <mblack@csihq.com>)

LICENSE

BSD license. See the file LICENSE for more information.

CONTACT

My email address is edwin@mavetju.org
My website is http://www.mavetju.org
Mailing-lists are available: http://www.mavetju.org/contacts.php