README.md aktualisiert

This commit is contained in:
olli 2023-08-25 09:56:41 +02:00
parent c0fbb6b1ba
commit dd66d93587

View File

@ -1,7 +1,5 @@
# 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). docker run -ti coturn/coturn turnutils_uclient -p 5349 -W $TURN_SECRET -v -y turn.$(hostname).
apt remove --purge coturn
``` ```