summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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