This repository was archived by the owner on Jun 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ Id.create((err, id) => {
46
46
peerInfo .multiaddrs .add (multiaddr (' /p2p-websocket-star' )) // will get replaced to the multiaddr of the individual servers
47
47
const ws = new WSStarMulti ({
48
48
servers: [ // servers are Multiaddr[]
49
- ' /dns /ws-star-signal-1.servep2p.com/tcp/443/wss/p2p-websocket-star' ,
50
- ' /dns /ws-star-signal-2.servep2p.com/tcp/443/wss/p2p-websocket-star' ,
51
- ' /dns /ws-star-signal-3.servep2p.com/tcp/443/wss/p2p-websocket-star' ,
52
- ' /dns /ws-star-signal-4.servep2p.com/tcp/443/wss/p2p-websocket-star' ,
53
- ' /dns /ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star' ,
49
+ ' /dnsaddr /ws-star-signal-1.servep2p.com/tcp/443/wss/p2p-websocket-star' ,
50
+ ' /dnsaddr /ws-star-signal-2.servep2p.com/tcp/443/wss/p2p-websocket-star' ,
51
+ ' /dnsaddr /ws-star-signal-3.servep2p.com/tcp/443/wss/p2p-websocket-star' ,
52
+ ' /dnsaddr /ws-star-signal-4.servep2p.com/tcp/443/wss/p2p-websocket-star' ,
53
+ ' /dnsaddr /ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star' ,
54
54
' /dns4/localhost/tcp/80/ws/p2p-websocket-star'
55
55
],
56
56
// ignore_no_online: true, // enable this to prevent wstar-multi from returning a listen error if no servers are online
You can’t perform that action at this time.
0 commit comments