adns
adns 1.6.1
Asynchronous DNS resolver library
http://www.chiark.greenend.org.uk/~ian/adns/GNU General Public License v3.0 or laterGNU Library General Public License v2 or later
programs: adnslogres, adnshost, adnsresfilter, adnsheloex
Platforms (46)
riscv32-linuxriscv32-netbsdx86_64-solarismicroblazeel-linuxx86_64-netbsds390-linuxsh4-linuxm68k-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ adns ];
Ad-hoc shell
nix-shell -p adns
Flake (nix run)
nix run nixpkgs#adns