Document -4 and -6 options
This commit is contained in:
parent
fe2cfe1fae
commit
9716a2ed7e
3 changed files with 23 additions and 2 deletions
|
@ -1093,6 +1093,10 @@ supported only on Linux.
|
||||||
@item -m
|
@item -m
|
||||||
This option will lock chronyd into RAM so that it will never be paged
|
This option will lock chronyd into RAM so that it will never be paged
|
||||||
out. This mode is only supported on Linux.
|
out. This mode is only supported on Linux.
|
||||||
|
@item -4
|
||||||
|
With this option hostnames will be resolved only to IPv4 addresses.
|
||||||
|
@item -6
|
||||||
|
With this option hostnames will be resolved only to IPv6 addresses.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
On systems that support an @file{/etc/rc.local} file for starting
|
On systems that support an @file{/etc/rc.local} file for starting
|
||||||
|
@ -2472,6 +2476,10 @@ This option allows the user to specify the UDP port number which the
|
||||||
target @code{chronyd} is using for its command & monitoring connections.
|
target @code{chronyd} is using for its command & monitoring connections.
|
||||||
This defaults to the compiled-in default; there would rarely be a need
|
This defaults to the compiled-in default; there would rarely be a need
|
||||||
to change this.
|
to change this.
|
||||||
|
@item -4
|
||||||
|
With this option hostnames will be resolved only to IPv4 addresses.
|
||||||
|
@item -6
|
||||||
|
With this option hostnames will be resolved only to IPv6 addresses.
|
||||||
@end table
|
@end table
|
||||||
@c }}}
|
@c }}}
|
||||||
@c {{{ SS:Security with chronyc
|
@c {{{ SS:Security with chronyc
|
||||||
|
|
11
chronyc.1
11
chronyc.1
|
@ -31,13 +31,20 @@ specify port-number
|
||||||
.TP
|
.TP
|
||||||
\fB\-n\fR
|
\fB\-n\fR
|
||||||
display raw IP addresses (don't attempt to look up hostnames)
|
display raw IP addresses (don't attempt to look up hostnames)
|
||||||
.TP \fIcommand\fR
|
.TP
|
||||||
|
\fB\-4\fR
|
||||||
|
resolve hostnames only to IPv4 addresses
|
||||||
|
.TP
|
||||||
|
\fB\-6\fR
|
||||||
|
resolve hostnames only to IPv6 addresses
|
||||||
|
.TP
|
||||||
|
\fIcommand\fR
|
||||||
specify command. If no command is given, chronyc will read commands
|
specify command. If no command is given, chronyc will read commands
|
||||||
interactively.
|
interactively.
|
||||||
|
|
||||||
|
|
||||||
.SH VERSION
|
.SH VERSION
|
||||||
1.17
|
1.24
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
To report bugs, please contact the author and/or visit \fIhttp://chrony.tuxfamily.org
|
To report bugs, please contact the author and/or visit \fIhttp://chrony.tuxfamily.org
|
||||||
|
|
|
@ -94,6 +94,12 @@ user. So far, it works only on Linux when compiled with capabilities support.
|
||||||
.TP
|
.TP
|
||||||
.B \-v
|
.B \-v
|
||||||
This option displays \fBchronyd\fR's version number to the terminal and exits
|
This option displays \fBchronyd\fR's version number to the terminal and exits
|
||||||
|
.TP
|
||||||
|
.B \-4
|
||||||
|
Resolve hostnames only to IPv4 addresses.
|
||||||
|
.TP
|
||||||
|
.B \-6
|
||||||
|
Resolve hostnames only to IPv6 addresses.
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
\fI/etc/chrony.conf\fR
|
\fI/etc/chrony.conf\fR
|
||||||
|
|
Loading…
Reference in a new issue