updating signal server URL

This commit is contained in:
Richard Ramos 2019-02-07 17:46:56 -04:00
parent 39d9fcaa2d
commit eec828e2f7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export default class Home extends PureComponent<Props> {
protocols: ["libp2p"],
// signalServer: { host: '104.248.64.24', port: '9090', protocol: 'ws' },
signalServers: [
"/dns4/104.248.64.24/tcp/9090/ws/p2p-webrtc-star"
"/dns4/web-bridge.status.im/tcp/443/wss/p2p-webrtc-star"
],
bootnodes: []
});