mirror of
https://github.com/yggdrasil-network/public-peers.git
synced 2024-11-22 12:49:21 +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`
|
||||
* `tls://vpn.itrus.su:7992`
|
||||
* `quic://vpn.itrus.su:7993`
|
||||
* `ws://vpn.itrus.su:7994`
|
||||
|
||||
* Naaldwijk, operated by [acetone](http://[324:71e:281a:9ed3::ace]/)
|
||||
* `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`
|
||||
* `tls://srv.itrus.su:7992`
|
||||
* `quic://srv.itrus.su:7993`
|
||||
* `ws://srv.itrus.su:7994`
|
||||
|
||||
### Novosibirsk
|
||||
|
||||
|
@ -102,6 +103,7 @@ Add connection strings from the below list to the `Peers: []` section of your Yg
|
|||
* `tcp://ekb.itrus.su:7991`
|
||||
* `tls://ekb.itrus.su:7992`
|
||||
* `quic://ekb.itrus.su:7993`
|
||||
* `ws://ekb.itrus.su:7994`
|
||||
|
||||
### Kazan
|
||||
|
||||
|
|
Loading…
Reference in New Issue