debian.ansible.turn.server/README.md

6 lines
158 B
Markdown
Raw Normal View History

2023-08-24 15:18:31 +02:00
# functional test:
```
2023-08-24 15:20:36 +02:00
. /home/docker/turn.$(hostname)/env
2023-08-25 09:56:41 +02:00
docker run -ti coturn/coturn turnutils_uclient -p 5349 -W $TURN_SECRET -v -y turn.$(hostname).
2023-08-24 15:18:31 +02:00
```