From 7c1573ddb95fea04e206eb2725936a06c7191745 Mon Sep 17 00:00:00 2001 From: Greg Fodor Date: Tue, 28 Apr 2020 17:17:21 +0000 Subject: [PATCH] Update manpages and README --- README.turnserver | 6 ++++++ man/man1/turnadmin.1 | 2 +- man/man1/turnserver.1 | 16 +++++++++++++++- man/man1/turnutils.1 | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.turnserver b/README.turnserver index 4f2b28d..f38babc 100644 --- a/README.turnserver +++ b/README.turnserver @@ -424,6 +424,12 @@ Options with values: value can be changed on-the-fly by a separate program, so this is why that other mode is dynamic. Multiple shared secrets can be used (both in the database and in the "static" fashion). + + --no-auth-pings Disable periodic health checks to 'dynamic' auth secret tables.\n" + + --no-dynamic-ip-list Do not use dynamic allowed/denied peer ip list.\n" + + --no-dynamic-realms Do not use dynamic realm assignment and options.\n" --server-name Server name used for the oAuth authentication purposes. diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index 92b1662..6373ea0 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "12 February 2020" "" "" +.TH TURN 1 "28 April 2020" "" "" .SH GENERAL INFORMATION \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 6c7e96a..1bfa684 100644 --- a/man/man1/turnserver.1 +++ b/man/man1/turnserver.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "12 February 2020" "" "" +.TH TURN 1 "28 April 2020" "" "" .SH GENERAL INFORMATION The \fBTURN Server\fP project contains the source code of a TURN server and TURN client @@ -618,6 +618,20 @@ in turn_secret table in user database (if present). The database\-stored value can be changed on\-the\-fly by a separate program, so this is why that other mode is dynamic. Multiple shared secrets can be used (both in the database and in the "static" fashion). +.RS +.TP +.B +\fB\-\-no\-auth\-pings\fP +Disable periodic health checks to 'dynamic' auth secret tables.\n" +.TP +.B +\fB\-\-no\-dynamic\-ip\-list\fP +Do not use dynamic allowed/denied peer ip list.\n" +.TP +.B +\fB\-\-no\-dynamic\-realms\fP +Do not use dynamic realm assignment and \fIoptions\fP.\n" +.RE .TP .B \fB\-\-server\-name\fP diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 7da6552..fbe7cff 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "12 February 2020" "" "" +.TH TURN 1 "28 April 2020" "" "" .SH GENERAL INFORMATION A set of turnutils_* programs provides some utility functionality to be used