diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-26 02:05:48 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-26 02:05:48 +0800 |
commit | a6376cf2c5c7f6d46cf21b3c18fd50b3bb03ad8c (patch) | |
tree | 4bb81a19014977fab381a8660daa66b6f6621d45 /dns/Makefile | |
parent | 3e2da708aefc9210f72443375ee581e5f514ffb9 (diff) | |
download | freebsd-ports-gnome-a6376cf2c5c7f6d46cf21b3c18fd50b3bb03ad8c.tar.gz freebsd-ports-gnome-a6376cf2c5c7f6d46cf21b3c18fd50b3bb03ad8c.tar.zst freebsd-ports-gnome-a6376cf2c5c7f6d46cf21b3c18fd50b3bb03ad8c.zip |
New port
dnscheck is a simple to use DNS zone sanity checker, comparing name server
records and serial numbers with both the parent zone and the zone itself.
It allows you to find lame, leaked or stale name servers which have the
potential to cause disruption.
PR: 86542
Submitted by: arrod Sayers <jarrod@netleader.com.au>
Approved by: pav (mentor)
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 36acdc09644b..edc3f0c2ee17 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -21,6 +21,7 @@ SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance + SUBDIR += dnscheck SUBDIR += dnsdoctor SUBDIR += dnsflood SUBDIR += dnshijacker |