debian.ansible.turn.server/README.md

6 lines
175 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 10:33:34 +02:00
docker run -ti coturn/coturn timeout -k 70 60 turnutils_uclient -p 5349 -W $TURN_SECRET -v -y turn.$(hostname).
2023-08-24 15:18:31 +02:00
```