coredns

coredns 1.14.7

DNS server that runs middleware

https://coredns.io
Apache License 2.0
main program: corednsprograms: coredns
Platforms (30)
armv7l-linuxmips64el-linuxs390x-linuxi686-freebsdmips-linuxwasm64-wasip1microblaze-linuxarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  coredns
];
Ad-hoc shell
nix-shell -p coredns
Flake (nix run)
nix run nixpkgs#coredns