diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 150da2f..5311031 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -833,6 +833,7 @@ void MainWindow::setupSettingsModal() { settings.cmbServer->addItem("https://lite.hush.is"); settings.cmbServer->addItem("https://lite.hush.land"); settings.cmbServer->addItem("https://devo.crabdance.com"); + settings.cmbServer->addItem("https://lite.nyami.org"); //settings.cmbServer->addItem("https://hush.leto.net:5420"); //TODO: seperate lists of https/Tor servers, only show user or attempt // connection to .onion if user has it enabled diff --git a/src/settings.cpp b/src/settings.cpp index 845e1e3..3ee920d 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -303,6 +303,7 @@ QString Settings::getRandomServer() { QList servers = { "https://lite.hush.is", "https://devo.crabdance.com", + "https://lite.nyami.org", //"https://thisisdown1.example.com", //"https://thisisdown2.example.com", //"https://thisisdown3.example.com",