docs updated
This commit is contained in:
parent
3cdb507c9a
commit
516e534ef2
@ -153,6 +153,8 @@ Flags:
|
|||||||
|
|
||||||
-o, --daemon Run server as daemon.
|
-o, --daemon Run server as daemon.
|
||||||
|
|
||||||
|
--prod Production mode: hide the software version.
|
||||||
|
|
||||||
-f, --fingerprint Use fingerprints in the TURN messages. If an incoming request
|
-f, --fingerprint Use fingerprints in the TURN messages. If an incoming request
|
||||||
contains a fingerprint, then TURN server will always add
|
contains a fingerprint, then TURN server will always add
|
||||||
fingerprints to the messages in this session, regardless of the
|
fingerprints to the messages in this session, regardless of the
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.\" Text automatically generated by txt2man
|
.\" Text automatically generated by txt2man
|
||||||
.TH TURN 1 "17 October 2016" "" ""
|
.TH TURN 1 "13 November 2016" "" ""
|
||||||
.SH GENERAL INFORMATION
|
.SH GENERAL INFORMATION
|
||||||
|
|
||||||
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
|
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.\" Text automatically generated by txt2man
|
.\" Text automatically generated by txt2man
|
||||||
.TH TURN 1 "17 October 2016" "" ""
|
.TH TURN 1 "13 November 2016" "" ""
|
||||||
.SH GENERAL INFORMATION
|
.SH GENERAL INFORMATION
|
||||||
|
|
||||||
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
||||||
@ -228,6 +228,10 @@ Extra verbose mode, very annoying and not recommended.
|
|||||||
Run server as daemon.
|
Run server as daemon.
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
|
\fB\-\-prod\fP
|
||||||
|
Production mode: hide the software version.
|
||||||
|
.TP
|
||||||
|
.B
|
||||||
\fB\-f\fP, \fB\-\-fingerprint\fP
|
\fB\-f\fP, \fB\-\-fingerprint\fP
|
||||||
Use fingerprints in the TURN messages. If an incoming request
|
Use fingerprints in the TURN messages. If an incoming request
|
||||||
contains a fingerprint, then TURN server will always add
|
contains a fingerprint, then TURN server will always add
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.\" Text automatically generated by txt2man
|
.\" Text automatically generated by txt2man
|
||||||
.TH TURN 1 "17 October 2016" "" ""
|
.TH TURN 1 "13 November 2016" "" ""
|
||||||
.SH GENERAL INFORMATION
|
.SH GENERAL INFORMATION
|
||||||
|
|
||||||
A set of turnutils_* programs provides some utility functionality to be used
|
A set of turnutils_* programs provides some utility functionality to be used
|
||||||
|
|||||||
@ -435,7 +435,7 @@ static char Usage[] = "Usage: turnserver [options]\n"
|
|||||||
" -v, --verbose 'Moderate' verbose mode.\n"
|
" -v, --verbose 'Moderate' verbose mode.\n"
|
||||||
" -V, --Verbose Extra verbose mode, very annoying (for debug purposes only).\n"
|
" -V, --Verbose Extra verbose mode, very annoying (for debug purposes only).\n"
|
||||||
" -o, --daemon Start process as daemon (detach from current shell).\n"
|
" -o, --daemon Start process as daemon (detach from current shell).\n"
|
||||||
" --prod Hide version.\n"
|
" --prod Production mode: hide the software version.\n"
|
||||||
" -f, --fingerprint Use fingerprints in the TURN messages.\n"
|
" -f, --fingerprint Use fingerprints in the TURN messages.\n"
|
||||||
" -a, --lt-cred-mech Use the long-term credential mechanism.\n"
|
" -a, --lt-cred-mech Use the long-term credential mechanism.\n"
|
||||||
" -z, --no-auth Do not use any credential mechanism, allow anonymous access.\n"
|
" -z, --no-auth Do not use any credential mechanism, allow anonymous access.\n"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user