This commit is contained in:
Duke Leto
2021-01-02 12:27:34 -05:00
parent bfac16dd11
commit 3b75b37b81
10 changed files with 39 additions and 42 deletions

View File

@@ -127,7 +127,7 @@ void WormholeClient::connect() {
qDebug() << "Invalid websocket object!";
}
m_webSocket->open(QUrl("wss://wormhole.myhush.org:443"));
m_webSocket->open(QUrl("wss://wormhole.hush.is:443"));
//m_webSocket->open(QUrl("ws://127.0.0.1:7070"));
}