debian.ansible.turn.server/README.md

8 lines
177 B
Markdown
Raw Normal View History

2023-08-24 15:18:31 +02:00
# functional test:
```
2023-08-24 16:07:23 +02:00
apt -y install coturn
2023-08-24 15:20:36 +02:00
. /home/docker/turn.$(hostname)/env
2023-08-24 15:26:42 +02:00
turnutils_uclient -p 5349 -W $TURN_SECRET -v -y turn.$(hostname).
2023-08-24 16:07:23 +02:00
apt remove --purge coturn
2023-08-24 15:18:31 +02:00
```