diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-20 08:21:04 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-20 08:21:04 +0800 |
commit | 4186ea47b4fd8911ee0ecaac76b8dd0d4b7bec22 (patch) | |
tree | f73ef13d62456af4acad756e253ad2430708054a /dns/Makefile | |
parent | 1ebc60fd4022d71c70713a5a5b77bba909e38a86 (diff) | |
download | freebsd-ports-gnome-4186ea47b4fd8911ee0ecaac76b8dd0d4b7bec22.tar.gz freebsd-ports-gnome-4186ea47b4fd8911ee0ecaac76b8dd0d4b7bec22.tar.zst freebsd-ports-gnome-4186ea47b4fd8911ee0ecaac76b8dd0d4b7bec22.zip |
scavenge is a utility to audit DNS records within an IP address range.
It scans the range and classifies its findings into 4 categories:
- Missing A records
- Missing PTR records
- Mismatched A/PTR records
- Stale PTR records
PR: ports/80119
Submitted by: Mark Foster <mark@foster.cc>
Approved by: adamw (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 1a5be82c11c1..3216c17e8689 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -78,6 +78,7 @@ SUBDIR += py-twistedNames SUBDIR += rbldnsd SUBDIR += rbllookup + SUBDIR += scavenge SUBDIR += sheerdns SUBDIR += skadns SUBDIR += sleuth |