docs: fix TURN note

This commit is contained in:
Mikhail Bragin 2021-05-12 20:02:07 +02:00 committed by GitHub
parent 8adf92a957
commit 7446ef857b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ A WireGuard®-based mesh network that connects your devices into a single privat
* Contents of the messages sent between peers through the signalling server are encrypted with Wireguard keys, making it impossible to inspect them.
The routing of the messages on a Signalling server is based on public Wireguard keys.
* Occasionally, the NAT-traversal is unsuccessful due to strict NATs (e.g. mobile carrier grade NAT).
For that matter, there is support for a relay server fallback (TURN). So in case, the (NAT-traversal is unsuccessful???), a secure Wireguard tunnel is established via TURN server.
For that matter, there is support for a relay server fallback (TURN) and a secure Wireguard tunnel is established via TURN server.
[Coturn](https://github.com/coturn/coturn) is the one that has been successfully used for STUN and TURN in Wiretrustee setups.
### What Wiretrustee is not doing:
@ -74,4 +74,4 @@ docker run -d --name wiretrustee-signal -p 10000:10000 ghcr.io/wiretrustee/wiret
````
### Roadmap
* Android app