fixed port of poop SDL server

This commit is contained in:
jahway603
2022-02-12 02:37:06 -05:00
parent 2d3ef67a82
commit 8a5c8e4898
2 changed files with 2 additions and 2 deletions

View File

@@ -841,7 +841,7 @@ void MainWindow::setupSettingsModal() {
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://poop.granitefone.me:9067");
settings.cmbServer->addItem("https://poop.granitefone.me");
settings.cmbServer->addItem("https://lite.hushpool.is");
//settings.cmbServer->addItem("https://hush.leto.net:5420");

View File

@@ -297,7 +297,7 @@ QString Settings::getRandomServer() {
"https://lite.hush.is",
"https://devo.crabdance.com",
"https://lite.nyami.org",
"https://poop.granitefone.me:9067",
"https://poop.granitefone.me",
// These can be un-commented to test out how code deals with down servers
//"https://thisisdown1.example.com",
//"https://thisisdown2.example.com",