Merge pull request 'adding poop to random server list in SDL' (#38) from jahway603/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/38
This commit is contained in:
@@ -834,6 +834,7 @@ void MainWindow::setupSettingsModal() {
|
|||||||
settings.cmbServer->addItem("https://lite.hush.land");
|
settings.cmbServer->addItem("https://lite.hush.land");
|
||||||
settings.cmbServer->addItem("https://devo.crabdance.com");
|
settings.cmbServer->addItem("https://devo.crabdance.com");
|
||||||
settings.cmbServer->addItem("https://lite.nyami.org");
|
settings.cmbServer->addItem("https://lite.nyami.org");
|
||||||
|
settings.cmbServer->addItem("https://poop.granitefone.me:9067");
|
||||||
//settings.cmbServer->addItem("https://hush.leto.net:5420");
|
//settings.cmbServer->addItem("https://hush.leto.net:5420");
|
||||||
//TODO: seperate lists of https/Tor servers, only show user or attempt
|
//TODO: seperate lists of https/Tor servers, only show user or attempt
|
||||||
// connection to .onion if user has it enabled
|
// connection to .onion if user has it enabled
|
||||||
|
|||||||
@@ -304,6 +304,7 @@ QString Settings::getRandomServer() {
|
|||||||
"https://lite.hush.is",
|
"https://lite.hush.is",
|
||||||
"https://devo.crabdance.com",
|
"https://devo.crabdance.com",
|
||||||
"https://lite.nyami.org",
|
"https://lite.nyami.org",
|
||||||
|
"https://poop.granitefone.me:9067",
|
||||||
//"https://thisisdown1.example.com",
|
//"https://thisisdown1.example.com",
|
||||||
//"https://thisisdown2.example.com",
|
//"https://thisisdown2.example.com",
|
||||||
//"https://thisisdown3.example.com",
|
//"https://thisisdown3.example.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user