Update README.md

This commit is contained in:
Neil Alexander 2019-10-31 10:34:46 +00:00 committed by GitHub
parent e938beee02
commit 2433716406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,3 +29,15 @@ that are far away, as you may end up carrying traffic for the rest of the
network.
For normal usage, you probably only need 2 or 3 peers.
### TLS peers
As of Yggdrasil v0.3.11, peering connections over TLS are now possible. This hides
the peering connection inside a regular TLS session, which can help in some cases
where firewalls or deep packet inspection may identify or block regular Yggdrasil
peering traffic.
TLS public peers are identified by the prefix `tls://` instead of `tcp://`.
Note that, due to the additional layer of encryption, performance via TLS peers
may be slightly worse than via regular `tcp://` peers.