dnsmasq
Small caching DNS proxy and DHCP/TFTP server
Dnsmasq is a light-weight DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either on each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP for network booting of diskless machines.
- Versions: 2.90
- Website: https://www.thekelleys.org.uk/dnsmasq/doc.html
- Licenses: GPL 2 · GPL 3
- Package source: gnu/packages/dns.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of dnsmasq
as follows:
guix install dnsmasq
Or install a particular version:
guix install dnsmasq@2.90
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of dnsmasq about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/dnsmasq'><img src='https://packages.guix.gnu.org/packages/dnsmasq/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/dnsmasq)
Example Org:
[[https://packages.guix.gnu.org/packages/dnsmasq][https://packages.guix.gnu.org/packages/dnsmasq/badges/latest-version.svg]]