dnsutils: add delv tool

delv is provided as a replacement for dig with better DNSSEC support.
This commit is contained in:
Kai Wohlfahrt 2019-10-16 13:38:35 +01:00
parent 334921ad31
commit 39afb94585

View file

@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
moveToOutput bin/host $host
moveToOutput bin/dig $dnsutils
moveToOutput bin/delv $dnsutils
moveToOutput bin/nslookup $dnsutils
moveToOutput bin/nsupdate $dnsutils