Commit 6ea6dcf0 authored by Simon Kelley's avatar Simon Kelley

Update Debian readme for new build options and (belatedly) for the

introduction of dnsmasq-utils.
parent 62779780
...@@ -52,7 +52,10 @@ Notes on configuring dnsmasq as packaged for Debian. ...@@ -52,7 +52,10 @@ Notes on configuring dnsmasq as packaged for Debian.
nodocs : omit documentation. nodocs : omit documentation.
notftp : omit TFTP support. notftp : omit TFTP support.
nodhcp : omit DHCP support. nodhcp : omit DHCP support.
nodhcp6 : omit DHCPv6 support.
noscript : omit lease-change script support. noscript : omit lease-change script support.
use_lua : provide support for lease-change scripts written
in Lua.
noipv6 : omit IPv6 support. noipv6 : omit IPv6 support.
nodbus : omit DBus support. nodbus : omit DBus support.
noconntrack : omit connection tracking support. noconntrack : omit connection tracking support.
...@@ -60,11 +63,14 @@ Notes on configuring dnsmasq as packaged for Debian. ...@@ -60,11 +63,14 @@ Notes on configuring dnsmasq as packaged for Debian.
noi18n : omit translations and internationalisation support. noi18n : omit translations and internationalisation support.
noidn : omit international domain name support, must be noidn : omit international domain name support, must be
combined with noi18n to be effective. combined with noi18n to be effective.
(9) Dnsmasq comes as two packages - dnsmasq-base and (9) Dnsmasq comes as three packages - dnsmasq-utils, dnsmasq-base and
dnsmasq. dnsmasq-base provides the dnsmasq executable and dnsmasq. Dnsmasq-base provides the dnsmasq executable and
documentation (including this file). Dnsmasq, which depends on documentation (including this file). Dnsmasq, which depends on
dnsmasq-base, provides the init script and configuration dnsmasq-base, provides the init script and configuration
infrastructure. This file assumes that both are installed. It is infrastructure. This file assumes that both are installed. It is
possible to install only dnsmasq-base and use dnsmasq as a possible to install only dnsmasq-base and use dnsmasq as a
non-"system" daemon. Libvirt, for instance, does this. non-"system" daemon. Libvirt, for instance, does this.
Dnsmasq-utils provides the utilities dhcp_release and
dhcp_lease_time.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment