mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
services: dnsmasq: Add escape hatch.
* gnu/service/dns.scm: (<dnsmasq-configuration>)[extra-options]: Add. * doc/guix.texi: Document (<dnsmasq-configuration>)[extra-options]. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I7d2df7aa5d3b041b69b2f8b3e311a7328c28a3be
This commit is contained in:
committed by
Ludovic Courtès
parent
48a82a0d68
commit
10d8bbdabb
@@ -33635,6 +33635,10 @@ separated by dashes, e.g.: @samp{01-02-03-04-aa-bb}. Note that
|
||||
resolving MAC addresses is only possible if the client is in the local
|
||||
network or obtained a DHCP lease from dnsmasq.
|
||||
|
||||
@item @code{extra-options} (default: @code{'()})
|
||||
This option provides an ``escape hatch'' for the user to provide arbitrary
|
||||
command-line arguments to @command{dnsmasq} as a list of strings.
|
||||
|
||||
@end table
|
||||
@end deftp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user