Last active
August 9, 2017 16:34
-
-
Save deviantfero/d019769174fda4878b370f4a0d0e85f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ turnserver -avn -u user:password -r yourdomain.com | |
# “a” use long-term credentials, “v” verbose output, “n” do not load a configuration file. | |
# "u" Specify user and password credentials to be used. | |
# "r" Specify default realm, can be your domain. | |
# to check if coturn is running you can run | |
$ netstat -lnp | grep 3478 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment