diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 06:25:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 06:25:10 +0000 |
commit | bab67b953fb221f97ad8909d427f54b25ee75eec (patch) | |
tree | 85175c590344efebb87c860b7b95307798516518 /dns/zonecheck/pkg-descr | |
parent | e5f6bf42796dc4f478b0c4306781dbdbb3fc7db8 (diff) | |
download | ports-bab67b953fb221f97ad8909d427f54b25ee75eec.tar.gz ports-bab67b953fb221f97ad8909d427f54b25ee75eec.zip |
Notes
Diffstat (limited to 'dns/zonecheck/pkg-descr')
-rw-r--r-- | dns/zonecheck/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dns/zonecheck/pkg-descr b/dns/zonecheck/pkg-descr new file mode 100644 index 000000000000..df10cb061a10 --- /dev/null +++ b/dns/zonecheck/pkg-descr @@ -0,0 +1,16 @@ +ZoneCheck is intended to help solving misconfigurations or inconsistencies +of DNS zone files. +Features + + * Powerfull 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, CGI, GUI + * 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.zonecheck.fr/ |