debian.ansible.turn.server/README.md

13 lines
296 B
Markdown
Raw Normal View History

2023-08-25 11:20:28 +02:00
## Portforwardings on NATted IPv6 Networks and forwardings on IPv6 necessary:
- 5349/tcp
- 5349/udp
- 49160-49200/udp
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
```
2023-08-25 11:20:28 +02:00