Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Prev Previous commit
Next Next commit
add webrtc servers
  • Loading branch information
tabcat committed Dec 8, 2020
commit 20fa142761ca96ed17f03d2a303b1dd12e1b77ec
3 changes: 3 additions & 0 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ const ipfsConfig = {
// '/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star',
// WebRTC:
// '/dns4/star-signal.cloud.ipfs.team/wss/p2p-webrtc-star',
'/dns4/wrtc-star1.par.dwebops.pub/tcp/443/wss/p2p-webrtc-star/',
'/dns4/wrtc-star2.sjc.dwebops.pub/tcp/443/wss/p2p-webrtc-star/',
'/dns4/webrtc-star.discovery.libp2p.io/tcp/443/wss/p2p-webrtc-star/',
// Use local signal server
// '/ip4/0.0.0.0/tcp/9090/wss/p2p-webrtc-star',
]
Expand Down