You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(platform_scripts): Updating windows help text.
* chore(platform_scripts): Updating helper script help text.
* chore(platform_scripts): Removed accidental commit.
* chore(platform_scripts): Trying to fix windows line endings.
--nosudo Run all scripts without \`sudo\` command useful for when run in containers.
@@ -28,7 +28,7 @@ function print_usage() {
28
28
--build-wilbur Force build of wilbur
29
29
--deps Force reinstall of dependencies
30
30
31
-
Other options: stored and passed to the server. All parameters printed once the script values are set.
31
+
Anything after -- is passed directly to the signalling server.
32
32
Command line options might be omitted to run with defaults and it is a good practice to omit specific ones when just starting the TURN or the STUN server alone, not the whole set of scripts.
echo --help Print this message and stop this script.
20
20
echo --publicip Define public ip address (using default port) for turn server, syntax: --publicip ; it is used for
21
21
echo Default value: Retrieved from 'curl https://api.ipify.org' or if unsuccessful then set to 127.0.0.1. It is the IP address of the server and the default IP address of the TURN server
@@ -32,7 +32,7 @@ echo --rebuild Force a rebuild of everything
32
32
echo --build-libraries Force a rebuild of shared libraries
33
33
echo --build-wilbur Force build of wilbur
34
34
echo --deps Force reinstall of dependencies
35
-
echoOther options: stored and passed to the server.
35
+
echoEverything after -- is passed directly to the signalling server executable.
0 commit comments