.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user