diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-05-24 14:30:56 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-05-26 16:07:53 +0900 |
| commit | 7d9b4b7bb7a9244c09dadac79bcb312c24a201af (patch) | |
| tree | c1cef611b0b594d0edd50d431eaf02921b9eeb19 /doc | |
| parent | 185b9f4f192cb9d32f6a6e396c2048a032db951f (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.texi | 6 |
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 | |||
| 38221 | When true, dnsmasq queries the servers in the same order as they appear | 38221 | When true, dnsmasq queries the servers in the same order as they appear |
| 38222 | in @var{servers}. | 38222 | in @var{servers}. |
| 38223 | 38223 | ||
| 38224 | @item @code{locals} (default: @code{'()}) | ||
| 38225 | Specify domain name @emph{patterns} which should be treated as local, | ||
| 38226 | that is, for which there should be no delegation to upstream servers. | ||
| 38227 | Provided 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{'()}) |
| 38225 | Specify IP address of upstream servers directly. | 38231 | Specify IP address of upstream servers directly. |
| 38226 | 38232 | ||
