Updated server list

This commit is contained in:
fekt
2023-02-28 20:44:13 -05:00
parent 9a6c809b09
commit 26fcd91546

View File

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