Browse Source

Add lite.hushpool.is to random server algorithm

pull/84/head
Duke Leto 2 years ago
parent
commit
6c5ffca056
  1. 4
      src/settings.cpp

4
src/settings.cpp

@ -298,12 +298,14 @@ QString Settings::getRandomServer() {
"https://devo.crabdance.com",
"https://lite.nyami.org",
"https://poop.granitefone.me:9067",
// These can be un-commented to test out how code deals with down servers
//"https://thisisdown1.example.com",
//"https://thisisdown2.example.com",
//"https://thisisdown3.example.com",
//"https://thisisdown4.example.com",
//"https://thisisdown5.example.com",
"https://lite.hush.land"
"https://lite.hush.land",
"https://lite.hushpool.is"
};
// we don't need cryptographic random-ness, but we want

Loading…
Cancel
Save