Add lite.hushpool.is to random server algorithm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user