Updated server list

This commit is contained in:
fekt
2023-03-04 14:42:09 -05:00
parent 22d6721d03
commit 2b22483741

View File

@@ -49,12 +49,14 @@ object Const {
object Server {
// Select a random server from list
private val serverList = listOf(
"lite.hush.is",
"lite.hushpool.is",
"lite.hush.community",
"poop.granitefone.me",
"lite.myhush.org",
"wtfistheinternet.hush.is",
"lite2.hushpool.is"
"lite.hush.land",
"lite2.hushpool.is"
)
private val randomIndex = Random.nextInt(serverList.size);
private val randomServer = serverList[randomIndex]