summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-05-24 14:30:56 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-05-26 16:07:53 +0900
commit7d9b4b7bb7a9244c09dadac79bcb312c24a201af (patch)
treec1cef611b0b594d0edd50d431eaf02921b9eeb19 /doc
parent185b9f4f192cb9d32f6a6e396c2048a032db951f (diff)
service: dnsmasq: Add 'locals' configuration option.
* gnu/services/dns.scm (<dnsmasq-configuration>) [locals]: New field. (dnsmasq-shepherd-service): Use it. * doc/guix.texi (DNS Services): Document it. Change-Id: I1c2bc86c1636aa82451d1a38959380c3791fd8d4
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 7a8ec55b956..63cd99ac09c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -38221,6 +38221,12 @@ When false, all reverse lookups for private IP ranges are answered with
38221When true, dnsmasq queries the servers in the same order as they appear 38221When true, dnsmasq queries the servers in the same order as they appear
38222in @var{servers}. 38222in @var{servers}.
38223 38223
38224@item @code{locals} (default: @code{'()})
38225Specify domain name @emph{patterns} which should be treated as local,
38226that is, for which there should be no delegation to upstream servers.
38227Provided pattern values should be of the form
38228@code{'("/vpn.example.com/")}.
38229
38224@item @code{servers} (default: @code{'()}) 38230@item @code{servers} (default: @code{'()})
38225Specify IP address of upstream servers directly. 38231Specify IP address of upstream servers directly.
38226 38232