mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
dnsutils: add delv tool
delv is provided as a replacement for dig with better DNSSEC support.
This commit is contained in:
parent
334921ad31
commit
39afb94585
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
|
||||||
moveToOutput bin/host $host
|
moveToOutput bin/host $host
|
||||||
|
|
||||||
moveToOutput bin/dig $dnsutils
|
moveToOutput bin/dig $dnsutils
|
||||||
|
moveToOutput bin/delv $dnsutils
|
||||||
moveToOutput bin/nslookup $dnsutils
|
moveToOutput bin/nslookup $dnsutils
|
||||||
moveToOutput bin/nsupdate $dnsutils
|
moveToOutput bin/nsupdate $dnsutils
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue