mirror of
https://github.com/cwinfo/yggdrasil-public-peers.git
synced 2024-11-09 16:30:26 +00:00
Update README.md
This commit is contained in:
parent
e938beee02
commit
2433716406
12
README.md
12
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user