summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-05-24 12:55:53 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-05-26 16:07:53 +0900
commit185b9f4f192cb9d32f6a6e396c2048a032db951f (patch)
tree8025211564b49a2114c8593dac991b562cc35a6d /doc
parent663293331b4721c8fbe065eb4c0cfab824e8c86a (diff)
service: dnsmasq: Add ipv4? and ipv6? configuration options.
* gnu/services/dns.scm (<dnsmasq-configuration>) [ipv4?, ipv6?]: New fields. (dnsmasq-shepherd-service): Use them. * doc/guix.texi (DNS Services): Document them. Change-Id: I50a4e407cea9e55295c9cfff081b7678ab7e061c
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 0cb9b513caf..7a8ec55b956 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -38201,6 +38201,12 @@ ie a subnet for which an interface exists on the server.
38201@item @code{listen-addresses} (default: @code{'()}) 38201@item @code{listen-addresses} (default: @code{'()})
38202Listen on the given IP addresses. 38202Listen on the given IP addresses.
38203 38203
38204@item @code{ipv4?} (default: @code{#t})
38205Whether to include A records in answers.
38206
38207@item @code{ipv6?} (default: @code{#t})
38208Whether to include AAAA records in answers.
38209
38204@item @code{resolv-file} (default: @code{"/etc/resolv.conf"}) 38210@item @code{resolv-file} (default: @code{"/etc/resolv.conf"})
38205The file to read the IP address of the upstream nameservers from. 38211The file to read the IP address of the upstream nameservers from.
38206 38212