5
0
mirror of https://github.com/cwinfo/yggdrasil-public-peers.git synced 2025-01-24 04:04:38 +00:00
Neil Alexander 8c7064d297
Revert "Merge pull request #146 from rany0/patch-3"
This reverts commit 4b0c10347fe3573d2ee56e78f15a60b2d8629819, reversing
changes made to f4c806ebbc819551db765834f88f0a9550745700.
2020-06-13 22:35:07 +01:00
2020-05-15 19:30:29 +00:00
2020-03-09 01:57:02 +03:00
2020-06-13 19:43:41 +01:00

Public Peers

This repository contains peering information for publicly accessible nodes on the Yggdrasil network.

Note that not all peers in this repository are guaranteed to be online - check the Public Peers page instead to find peers that are online now.

In most cases, public peers should be accessible by adding the string provided for each peer to the Peers: [] section of your yggdrasil.conf configuration file.

Example in yggdrasil.conf:

Peers:
[
  tcp://a.b.c.d:e
  tcp://d.c.b.a:e
  tcp://[a:b:c::d]:e
  tcp://[d:c:b::a]:e
]

How do I pick peers?

If you are new to the network then take a look at the Public Peers page to find public peers that are online.

Always try to pick peers that are as close to you geographically as possible, as this will keep the latency of the network down.

If you are using a home connection then you should avoid peering with any nodes 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.

Description
Public peers in the Yggdrasil network
Readme 1,015 KiB
Languages
Markdown 100%