slackbuilds/network/coturn
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/coturn: Updated for version 4.5.2. 2021-01-15 17:52:25 +00:00
coturn.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
coturn.info network/coturn: Updated for version 4.5.2. 2021-01-15 17:52:25 +00:00
doinst.sh
logrotate.turnserver
rc.turnserver
slack-desc network/coturn: Fix slack-desc. 2020-10-17 09:37:09 +07:00

README

coturn (Free open source implementation of TURN and STUN Server)

The TURN Server is a VoIP media traffic NAT traversal server
and gateway. It can be used as a general-purpose network
traffic TURN server and gateway, too.

You need the 'turnserver' group and user to run this script,
for example:

  groupadd -g 366 turnserver
  useradd -u 366 -g turnserver -d /var/lib/turn -s /bin/bash turnserver

If you wish another group and username, you can set TURN_GROUP and
TURN_USER, for example:

  TURN_GROUP=mygroup TURN_USER=myuser ./coturn.SlackBuild