mirror of
https://github.com/yggdrasil-network/public-peers.git
synced 2024-12-22 02:23:32 +02:00
Changing ports of my nodes, splitting ipv4 and ipv6 URLs, adding pub keys (#566)
Ports are now 443 for quic and 8080 for tcp
This commit is contained in:
parent
d251a35f4c
commit
5d21980664
2 changed files with 10 additions and 6 deletions
|
@ -37,9 +37,11 @@ Yggdrasil configuration file to peer with these nodes.
|
||||||
* `tls://x-fra-0.sergeysedoy97.ru:65534`
|
* `tls://x-fra-0.sergeysedoy97.ru:65534`
|
||||||
* `tls://s-fra-0.sergeysedoy97.ru:65534` *Dual-Stack by Cloudflare Spectrum*
|
* `tls://s-fra-0.sergeysedoy97.ru:65534` *Dual-Stack by Cloudflare Spectrum*
|
||||||
* `quic://x-fra-0.sergeysedoy97.ru:65535`
|
* `quic://x-fra-0.sergeysedoy97.ru:65535`
|
||||||
* Frankfurt, VPS, IPv4 Only, 2Gbps operated by [lcharles123](https://github.com/lcharles123)
|
* Frankfurt, VPS, 2Gbps operated by [lcharles123](https://github.com/lcharles123)
|
||||||
* `tcp://89.117.152.94:65535`
|
* `tcp://ip4.fvm.mywire.org:8080?key=000000000143db657d1d6f80b5066dd109a4cb31f7dc6cb5d56050fffb014217`
|
||||||
* `quic://89.117.152.94:65535`
|
* `quic://ip4.fvm.mywire.org:443?key=000000000143db657d1d6f80b5066dd109a4cb31f7dc6cb5d56050fffb014217`
|
||||||
|
* `tcp://ip6.fvm.mywire.org:8080?key=000000000143db657d1d6f80b5066dd109a4cb31f7dc6cb5d56050fffb014217`
|
||||||
|
* `quic://ip6.fvm.mywire.org:443?key=000000000143db657d1d6f80b5066dd109a4cb31f7dc6cb5d56050fffb014217`
|
||||||
|
|
||||||
* Frankfurt, VPS with 10Gb/s, operated by [Revertron](https://github.com/Revertron)
|
* Frankfurt, VPS with 10Gb/s, operated by [Revertron](https://github.com/Revertron)
|
||||||
* `tcp://193.107.20.230:7743`
|
* `tcp://193.107.20.230:7743`
|
||||||
|
|
|
@ -7,9 +7,11 @@ Yggdrasil configuration file to peer with these nodes.
|
||||||
|
|
||||||
* San Francisco, Digital Ocean, VPS, operated by [marioaugustorama](https://github.com/marioaugustorama)
|
* San Francisco, Digital Ocean, VPS, operated by [marioaugustorama](https://github.com/marioaugustorama)
|
||||||
* `tcp://165.227.17.198:9002`
|
* `tcp://165.227.17.198:9002`
|
||||||
* Los Angeles, Racknerd, IPv4/v6, 1Gbps operated by [lcharles123](https://github.com/lcharles123)
|
* Los Angeles, Racknerd, IPv4/v6, 1Gbps, meteded, operated by [lcharles123](https://github.com/lcharles123)
|
||||||
* `tcp://nerdvm.mywire.org:65535`
|
* `tcp://ip4.nerdvm.mywire.org:8080?key=6342592a45a234afce0966610217f798e4898f6b1607d354fb126c239d05abf7`
|
||||||
* `quic://nerdvm.mywire.org:65535`
|
* `quic://ip4.nerdvm.mywire.org:443?key=6342592a45a234afce0966610217f798e4898f6b1607d354fb126c239d05abf7`
|
||||||
|
* `tcp://ip6.nerdvm.mywire.org:8080?key=6342592a45a234afce0966610217f798e4898f6b1607d354fb126c239d05abf7`
|
||||||
|
* `quic://ip6.nerdvm.mywire.org:443?key=6342592a45a234afce0966610217f798e4898f6b1607d354fb126c239d05abf7`
|
||||||
|
|
||||||
### Florida
|
### Florida
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue