diff options
author | pi <pi@FreeBSD.org> | 2019-01-07 01:29:59 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2019-01-07 01:29:59 +0800 |
commit | 6148cc42d2a6df106ed9757ce05dfff2afa17fab (patch) | |
tree | 143cdf57d1d886dd652d6e8ab173436c04243b9c /dns/Makefile | |
parent | cae5e368cd4e2074d8e6a5118cd62a8ddcb983d6 (diff) | |
download | freebsd-ports-gnome-6148cc42d2a6df106ed9757ce05dfff2afa17fab.tar.gz freebsd-ports-gnome-6148cc42d2a6df106ed9757ce05dfff2afa17fab.tar.zst freebsd-ports-gnome-6148cc42d2a6df106ed9757ce05dfff2afa17fab.zip |
New port: dns/nsec3walker: Walk NSEC3 secured DNSSEC zones
Installing current DNSSEC (NSEC3) exposes private DNS data to low-cost
DNS database espionage. The nsec3walker tool allows administrators and users
to see how much private information is being given away by DNSSEC.
WWW: https://dnscurve.org/nsec3walker.html
PR: 215995
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
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 a446f77031d0..b56434381faf 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -113,6 +113,7 @@ SUBDIR += namesilo_ddns SUBDIR += noip SUBDIR += nsd + SUBDIR += nsec3walker SUBDIR += nslint SUBDIR += nsnotifyd SUBDIR += nsping |