From aad29abc15f66180b0938a8f7063ad2da0b74551 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 3 May 2021 12:17:21 -0400 Subject: [PATCH] . --- src/mainwindow.cpp | 2 +- src/settings.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 023b859..35d9a3c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -840,7 +840,7 @@ void MainWindow::setupSettingsModal() { // List of default servers settings.cmbServer->addItem("https://lite.hush.is"); - settings.cmbServer->addItem("https://bies.xyz"); + settings.cmbServer->addItem("https://lite.hush.community"); settings.cmbServer->addItem("https://devo.crabdance.com"); //settings.cmbServer->addItem("https://hush.leto.net:5420"); //TODO: seperate lists of https/Tor servers, only show user or attempt diff --git a/src/settings.cpp b/src/settings.cpp index 0b4f22b..5702848 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -301,7 +301,7 @@ QString Settings::getRandomServer() { //TODO: This should be a much larger list which we randomly choose from servers[0] = "https://lite.hush.is"; servers[1] = "https://devo.crabdance.com"; - servers[2] = "https://bies.xyz"; + servers[2] = "https://lite.hush.community"; //servers[3] = "https://hush.leto.net"; //servers[4] = "https://milktoast.attackingzcash.com";