mirror of
https://github.com/yggdrasil-network/public-peers.git
synced 2024-11-22 20:59:20 +02:00
add websocket to itrus nodes (#541)
This commit is contained in:
parent
e1de6c4c82
commit
683fbaa5b3
|
@ -7,6 +7,7 @@ Yggdrasil configuration file to peer with these nodes.
|
||||||
* `tcp://vpn.itrus.su:7991`
|
* `tcp://vpn.itrus.su:7991`
|
||||||
* `tls://vpn.itrus.su:7992`
|
* `tls://vpn.itrus.su:7992`
|
||||||
* `quic://vpn.itrus.su:7993`
|
* `quic://vpn.itrus.su:7993`
|
||||||
|
* `ws://vpn.itrus.su:7994`
|
||||||
|
|
||||||
* Naaldwijk, operated by [acetone](http://[324:71e:281a:9ed3::ace]/)
|
* Naaldwijk, operated by [acetone](http://[324:71e:281a:9ed3::ace]/)
|
||||||
* `tls://23.137.249.65:444`
|
* `tls://23.137.249.65:444`
|
||||||
|
|
|
@ -84,6 +84,7 @@ Add connection strings from the below list to the `Peers: []` section of your Yg
|
||||||
* `tcp://srv.itrus.su:7991`
|
* `tcp://srv.itrus.su:7991`
|
||||||
* `tls://srv.itrus.su:7992`
|
* `tls://srv.itrus.su:7992`
|
||||||
* `quic://srv.itrus.su:7993`
|
* `quic://srv.itrus.su:7993`
|
||||||
|
* `ws://srv.itrus.su:7994`
|
||||||
|
|
||||||
### Novosibirsk
|
### Novosibirsk
|
||||||
|
|
||||||
|
@ -102,6 +103,7 @@ Add connection strings from the below list to the `Peers: []` section of your Yg
|
||||||
* `tcp://ekb.itrus.su:7991`
|
* `tcp://ekb.itrus.su:7991`
|
||||||
* `tls://ekb.itrus.su:7992`
|
* `tls://ekb.itrus.su:7992`
|
||||||
* `quic://ekb.itrus.su:7993`
|
* `quic://ekb.itrus.su:7993`
|
||||||
|
* `ws://ekb.itrus.su:7994`
|
||||||
|
|
||||||
### Kazan
|
### Kazan
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue