diff options
author | sergei <sergei@FreeBSD.org> | 2004-11-07 07:35:30 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-11-07 07:35:30 +0800 |
commit | e63dd87e6a45286612e43c494b9bf9c466dc1b1c (patch) | |
tree | 8d1d83f962d5fe8b308539d0e1e5abc9526d5aa7 /dns/Makefile | |
parent | aeeb1ea536ef4f42a51bb6ba2580df64575e62b5 (diff) | |
download | freebsd-ports-gnome-e63dd87e6a45286612e43c494b9bf9c466dc1b1c.tar.gz freebsd-ports-gnome-e63dd87e6a45286612e43c494b9bf9c466dc1b1c.tar.zst freebsd-ports-gnome-e63dd87e6a45286612e43c494b9bf9c466dc1b1c.zip |
Add dns/dnsdoctor:
DNSdoctor is intended to help solving misconfigurations or inconsistencies
of DNS zone files.
Features
* Powerful configuration file
* Does not depend on policies
* Fine grained test selection (by test, by categories, by zones)
* Full IPv6 support (connectivity and AAAA records)
* Supports several input/output interfaces such as CLI, GUI, CGI
* Dedicated mode for use inside shell scripts
* Batch mode available (ideal when dealing with several domains)
* Multi-threaded application in order to cut down checking time
* Extensible: new tests, new interfaces, new reports, ...
* Exception and cache mechanisms to simplify test writting
WWW: http://www.dnsdoctor.org/
PR: ports/71819
Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index e879206437a1..2e9c0e21fa94 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -19,6 +19,7 @@ SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance + SUBDIR += dnsdoctor SUBDIR += dnsflood SUBDIR += dnsmasq SUBDIR += dnsproxy |