hush.is is the only Official Hush domain

This commit is contained in:
Duke Leto
2021-01-02 10:55:25 -05:00
parent 31a607a88f
commit 46c748d06f
4 changed files with 10 additions and 10 deletions

View File

@@ -126,7 +126,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"));
}