mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
90d42dc7da
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
16 lines
550 B
Text
16 lines
550 B
Text
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
|