This is the command turnserver that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
turnserver - TURN server implementation
SYNOPSIS
turnserver [options]
DESCRIPTION
TurnServer is an implementation of RFC5766 "Traversal Using Relays around NAT (TURN)". The
TURN protocol allows a client to obtain IP addresses and ports from such a relay. It is
most useful for elements behind symmetric NATs or firewalls that wish to be on the
receiving end of a connection to a single peer.
TURN clients can connect to TurnServer with the following protocols: UDP, TCP and TLS over
TCP. Experimental DTLS support is also provided. Relaying data can be done with UDP or TCP
protocol.
TurnServer supports also RFC5389 (STUN Binding request), RFC6062 (relay data with TCP
protocol) and RFC6156 (relay IPv6-IPv6, IPv4-IPv6 and IPv6-IPv4).
OPTIONS
TurnServer accepts following options:
-c <configuration_file>
Read configuration from configuration_file. If not specified, default path
(/etc/turnserver.conf) is used.
-h Show summary of options.
-v Show version information and exit.
Use turnserver online using onworks.net services