From 185b9f4f192cb9d32f6a6e396c2048a032db951f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 24 May 2026 12:55:53 +0900 Subject: service: dnsmasq: Add ipv4? and ipv6? configuration options. * gnu/services/dns.scm () [ipv4?, ipv6?]: New fields. (dnsmasq-shepherd-service): Use them. * doc/guix.texi (DNS Services): Document them. Change-Id: I50a4e407cea9e55295c9cfff081b7678ab7e061c --- doc/guix.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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. @item @code{listen-addresses} (default: @code{'()}) Listen on the given IP addresses. +@item @code{ipv4?} (default: @code{#t}) +Whether to include A records in answers. + +@item @code{ipv6?} (default: @code{#t}) +Whether to include AAAA records in answers. + @item @code{resolv-file} (default: @code{"/etc/resolv.conf"}) The file to read the IP address of the upstream nameservers from. -- cgit v1.2.3