Just got a public peer up and running, feel free to use it.
Add one, or both, to your yggdrasil.conf (as a peer):
tcp://107.189.4.167:42069
tls://107.189.4.167:42024
Example:
{
# List of connection strings for outbound peer connections in URI format,
# e.g. tcp://a.b.c.d:e or socks://a.b.c.d:e/f.g.h.i:j. These connections
# will obey the operating system routing table, therefore you should
# use this section when you may connect via different interfaces.
Peers: [
tls://107.189.4.167:42024
]
# List of connection strings for outbound peer connections in URI format,
# arranged by source interface, e.g. { "eth0": [ tcp://a.b.c.d:e ] }.
# Note that SOCKS peerings will NOT be affected by this option and should
# go in the "Peers" section instead.
InterfacePeers: { "eth0":
[
tls://107.189.4.167:42024
]
}
I'll probably add network graphs to http://[200:9208:70c1:fd67:ddce:7c2f:f85a:8e20]/ eventually.