basic installation

This commit is contained in:
olli 2023-08-24 16:07:23 +02:00
parent b17f2d94b2
commit 4001dea2ca

View File

@ -1,7 +1,7 @@
# functional test: # functional test:
``` ```
apt -y install coturn
. /home/docker/turn.$(hostname)/env . /home/docker/turn.$(hostname)/env
turnutils_uclient -p 5349 -W $TURN_SECRET -v -y turn.$(hostname). turnutils_uclient -p 5349 -W $TURN_SECRET -v -y turn.$(hostname).
apt remove --purge coturn
``` ```