basic installation

This commit is contained in:
olli 2023-08-24 15:26:42 +02:00
parent 04cbab5e0f
commit 909d9ecc14

View File

@ -3,5 +3,5 @@
# functional test: # functional test:
``` ```
. /home/docker/turn.$(hostname)/env . /home/docker/turn.$(hostname)/env
turnutils_uclient -p 3479 -W $TURN_SECRET -v -y turn.$(hostname). turnutils_uclient -p 5349 -W $TURN_SECRET -v -y turn.$(hostname).
``` ```