Updated server list
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user