This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/dnsmasq/badges/latest-version.svg)](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]]