mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
doc: DNS Services: Fix typography.
* doc/guix.texi (DNS Services): Use appropriate Texinfo markup and capitalization.
This commit is contained in:
parent
c0255739fc
commit
2c87a25d01
1 changed files with 11 additions and 10 deletions
|
@ -24971,9 +24971,9 @@ If set, fixes the dynamical ports (one per client) to the given range
|
||||||
|
|
||||||
@item @code{tftp-root} (default: @code{/var/empty,lo})
|
@item @code{tftp-root} (default: @code{/var/empty,lo})
|
||||||
Look for files to transfer using TFTP relative to the given directory.
|
Look for files to transfer using TFTP relative to the given directory.
|
||||||
When this is set, TFTP paths which include ".." are rejected, to stop clients
|
When this is set, TFTP paths which include @samp{..} are rejected, to stop clients
|
||||||
getting outside the specified root. Absolute paths (starting with /) are
|
getting outside the specified root. Absolute paths (starting with @samp{/}) are
|
||||||
allowed, but they must be within the tftp-root. If the optional interface
|
allowed, but they must be within the TFTP-root. If the optional interface
|
||||||
argument is given, the directory is only used for TFTP requests via that
|
argument is given, the directory is only used for TFTP requests via that
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
|
@ -24983,13 +24983,14 @@ on the end of the TFTP-root. Only valid if a TFTP root is set and the
|
||||||
directory exists. Defaults to adding IP address (in standard dotted-quad
|
directory exists. Defaults to adding IP address (in standard dotted-quad
|
||||||
format).
|
format).
|
||||||
|
|
||||||
For instance, if --tftp-root is "/tftp" and client 1.2.3.4 requests file
|
For instance, if @option{--tftp-root} is @samp{/tftp} and client
|
||||||
"myfile" then the effective path will be "/tftp/1.2.3.4/myfile" if
|
@samp{1.2.3.4} requests file @file{myfile} then the effective path will
|
||||||
/tftp/1.2.3.4 exists or /tftp/myfile otherwise. When "=mac" is specified
|
be @file{/tftp/1.2.3.4/myfile} if @file{/tftp/1.2.3.4} exists or
|
||||||
it will append the MAC address instead, using lowercase zero padded digits
|
@file{/tftp/myfile} otherwise. When @samp{=mac} is specified it will
|
||||||
separated by dashes, e.g.: 01-02-03-04-aa-bb Note that resolving MAC
|
append the MAC address instead, using lowercase zero padded digits
|
||||||
addresses is only possible if the client is in the local network or obtained
|
separated by dashes, e.g.: @samp{01-02-03-04-aa-bb}. Note that
|
||||||
a DHCP lease from dnsmasq.
|
resolving MAC addresses is only possible if the client is in the local
|
||||||
|
network or obtained a DHCP lease from dnsmasq.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
Loading…
Reference in a new issue