mirror of
https://github.com/yggdrasil-network/public-peers.git
synced 2024-11-08 14:09:21 +02:00
Prune dead peers (#530)
Deleted peers dead for 2 weeks or more; feel free to double-check (do so please :D)!
This commit is contained in:
parent
448ab62126
commit
5865c777e5
|
@ -6,4 +6,3 @@ Yggdrasil configuration file to peer with these nodes.
|
|||
* Manila, LightNode, VPS, operated by [Mima-sama](http://mima.localghost.org)
|
||||
* `tcp://mima.localghost.org:1996`
|
||||
* `tls://mima.localghost.org:1997`
|
||||
* `quic://mima.localghost.org:1998`
|
||||
|
|
|
@ -2,6 +2,3 @@
|
|||
|
||||
Add connection strings from the below list to the `Peers: []` section of your
|
||||
Yggdrasil configuration file to peer with these nodes.
|
||||
|
||||
* Wien, VPS, operated by [marekjm](https://github.com/marekjm), 100 Mb/s
|
||||
* `tls://77.244.252.40:65534`
|
||||
|
|
|
@ -6,7 +6,6 @@ Yggdrasil configuration file to peer with these nodes.
|
|||
* Tuusula, Hetzner, operated by [cwinfo](https://cwinfo.net) and [cwchristerw](https://christerwaren.fi)
|
||||
* `tls://fi1.servers.devices.cwinfo.net:61995`
|
||||
* `tls://65.21.57.122:61995`
|
||||
* `tls://[2a01:4f9:c010:664d::1]:61995`
|
||||
|
||||
* Tuusula, Hetzner, operated by [warengroup](https://waren.io) and [cwchristerw](https://christerwaren.fi)
|
||||
* `tls://aurora.devices.waren.io:18836`
|
||||
|
@ -15,4 +14,3 @@ Yggdrasil configuration file to peer with these nodes.
|
|||
|
||||
* Helsinki, i-SERVERS LTD, 200 Mbit/sec
|
||||
* `tls://139.28.220.141:3333`
|
||||
* `tls://[2a0a:9300:1:152::1]:3333`
|
|
@ -9,9 +9,6 @@ Yggdrasil configuration file to peer with these nodes.
|
|||
* `tls://ygg-uplink.thingylabs.io:993`
|
||||
* `quic://ygg-uplink.thingylabs.io:443`
|
||||
|
||||
* Falkenstein, public node hosted on a Hetzner Online GmbH dedicated server
|
||||
* `tcp://94.130.203.208:5999`
|
||||
|
||||
* Falkenstein, public node hosted on a Hetzner Online GmbH dedicated server, operated by [mkg20001](https://github.com/mkg20001)
|
||||
* `tls://ygg.mkg20001.io:443`
|
||||
* `tcp://ygg.mkg20001.io:80`
|
||||
|
@ -46,11 +43,6 @@ Yggdrasil configuration file to peer with these nodes.
|
|||
* Frankfurt, VPS with 10Gb/s, operated by [Revertron](https://github.com/Revertron)
|
||||
* `tcp://193.107.20.230:7743`
|
||||
|
||||
* Frankfurt, hosted on SYNLINQ, dedicated server with 10Gb/s, operated by [SolSoCoG](https://ieji.de/@solsocog)
|
||||
* `tcp://ygg.yt:80`
|
||||
* `tls://ygg.yt:443`
|
||||
* `quic://ygg.yt:443`
|
||||
|
||||
* Hetzner, Falkenstein, operated by neilalexander
|
||||
* `tls://yggdrasil.neilalexander.dev:64648`
|
||||
* `quic://yggdrasil.neilalexander.dev:64648`
|
||||
|
|
|
@ -9,6 +9,4 @@ Yggdrasil configuration file to peer with these nodes.
|
|||
* `tls://[2001:41d0:601:1100::cf2]:11129`
|
||||
|
||||
* Opole, self-hosted on residential fibre (traffic proxied via VPS in Netherlands), 500Mbps (without proxy overhead), operated by [l1qu1d.net](https://l1qu1d.net) and [0x1a8510f2](https://0x1a8510f2.space)
|
||||
* `tcp://0.ygg.l1qu1d.net:11100?key=0000000998b5ff8c0f1115ce9212f772d0427151f50fe858e6de1d22600f1680`
|
||||
* `tls://0.ygg.l1qu1d.net:11101?key=0000000998b5ff8c0f1115ce9212f772d0427151f50fe858e6de1d22600f1680`
|
||||
* `quic://0.ygg.l1qu1d.net:11102?key=0000000998b5ff8c0f1115ce9212f772d0427151f50fe858e6de1d22600f1680`
|
||||
|
|
|
@ -6,7 +6,6 @@ Yggdrasil configuration file to peer with these nodes.
|
|||
### California
|
||||
|
||||
* San Francisco, Digital Ocean, VPS, operated by [marioaugustorama](https://github.com/marioaugustorama)
|
||||
* `tls://165.227.17.198:2235`
|
||||
* `tcp://165.227.17.198:9002`
|
||||
|
||||
### Florida
|
||||
|
|
Loading…
Reference in New Issue