2020-04-17 18:45:45 +02:00
|
|
|
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.
|
2020-11-20 18:09:42 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2021-01-15 18:52:25 +01:00
|
|
|
If you wish another group and username, you can set TURN_GROUP and
|
|
|
|
TURN_USER, for example:
|
2020-11-20 18:09:42 +01:00
|
|
|
|
|
|
|
TURN_GROUP=mygroup TURN_USER=myuser ./coturn.SlackBuild
|