|
|
@@ -361,7 +361,8 @@ static char Usage[] = "Usage: turnserver [options]\n"
|
|
|
" -X, --external-ip <public-ip[/private-ip]> TURN Server public/private address mapping, if the server is behind NAT.\n"
|
|
|
" In that situation, if a -X is used in form \"-X ip\" then that ip will be reported\n"
|
|
|
" as relay IP address of all allocations. This scenario works only in a simple case\n"
|
|
|
-" when one single relay address is be used, and no STUN CHANGE_REQUEST functionality is required.\n"
|
|
|
+" when one single relay address is be used, and no STUN CHANGE_REQUEST\n"
|
|
|
+" functionality is required.\n"
|
|
|
" That single relay address must be mapped by NAT to the 'external' IP.\n"
|
|
|
" For that 'external' IP, NAT must forward ports directly (relayed port 12345\n"
|
|
|
" must be always mapped to the same 'external' port 12345).\n"
|
|
|
@@ -499,6 +500,7 @@ static char Usage[] = "Usage: turnserver [options]\n"
|
|
|
" --syslog Output all log information into the system log (syslog), do not use the file output.\n"
|
|
|
" --simple-log This flag means that no log file rollover will be used, and the log file\n"
|
|
|
" name will be constructed as-is, without PID and date appendage.\n"
|
|
|
+" This option can be used, for example, together with the logrotate tool.\n"
|
|
|
" --stale-nonce Use extra security with nonce value having limited lifetime (600 secs).\n"
|
|
|
" -S, --stun-only Option to set standalone STUN operation only, all TURN requests will be ignored.\n"
|
|
|
" --no-stun Option to suppress STUN functionality, only TURN requests will be processed.\n"
|