diff options
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 | ||
