diff options
author | Sergey Trofimov <sarg@sarg.org.ru> | 2023-03-10 16:00:56 +0100 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-03-13 17:06:19 +0400 |
commit | d1edb26388ca4dab4b435a686cd059d97c113c3e (patch) | |
tree | daa34ac3f90766fb6a972090e6c90b74161fdfed /doc/guix.texi | |
parent | 377c8143e7cd5e3bf3e1e8d53ba443f91c88239c (diff) | |
download | guix-d1edb26388ca4dab4b435a686cd059d97c113c3e.tar guix-d1edb26388ca4dab4b435a686cd059d97c113c3e.tar.gz |
services: dns: Extend dnsmasq-configuration.
* gnu/service/dns.scm: (<dnsmasq-configuration>)[servers-file]: Add.
(<dnsmasq-configuration>)[tftp-secure?]: Fix typo in parameter name.
* doc/guix.texi: Document (<dnsmasq-configuration>)[servers-file].
Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b545751e1b..e448bee284 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -31528,6 +31528,10 @@ in @var{servers}. @item @code{servers} (default: @code{'()}) Specify IP address of upstream servers directly. +@item @code{servers-file} (default: @code{#f}) +Specify file containing upstream servers. This file is re-read when dnsmasq receives SIGHUP. +Could be either a string or a file-like object. + @item @code{addresses} (default: @code{'()}) For each entry, specify an IP address to return for any host in the given domains. Queries in the domains are never forwarded and always |