Skip to content

Instantly share code, notes, and snippets.

@deviantfero
Last active August 9, 2017 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deviantfero/d019769174fda4878b370f4a0d0e85f5 to your computer and use it in GitHub Desktop.
Save deviantfero/d019769174fda4878b370f4a0d0e85f5 to your computer and use it in GitHub Desktop.
$ 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