dnsmasq

dnsmasq 2.93

Integrated DNS, DHCP and TFTP server for small networks

https://www.thekelleys.org.uk/dnsmasq/doc.html
GNU General Public License v2.0 only
main program: dnsmasqprograms: dhcp_lease_time, dhcp_release6, dnsmasq, dhcp_release
Platforms (25)
aarch64-linuxmips-linuxriscv64-linuxarmv5tel-linuxpowerpc64-linuxmips64el-linuxsh4-linuxmips64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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