Skip to content

Commit

Permalink
docs: fix TURN note
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini authored May 12, 2021
1 parent 8adf92a commit 7446ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -74,4 +74,4 @@ docker run -d --name wiretrustee-signal -p 10000:10000 ghcr.io/wiretrustee/wiret
````
### Roadmap
* Android app


0 comments on commit 7446ef8

Please sign in to comment.