DRGX light server
This commit is contained in:
@@ -49,14 +49,7 @@ object Const {
|
|||||||
object Server {
|
object Server {
|
||||||
// Select a random server from list
|
// Select a random server from list
|
||||||
private val serverList = listOf(
|
private val serverList = listOf(
|
||||||
"lite.hush.is",
|
"dragonlite.printogre.com"
|
||||||
"lite.hushpool.is",
|
|
||||||
"lite.hush.community",
|
|
||||||
"poop.granitefone.me",
|
|
||||||
"lite.myhush.org",
|
|
||||||
"wtfistheinternet.hush.is",
|
|
||||||
"lite.hush.land",
|
|
||||||
"lite2.hushpool.is"
|
|
||||||
)
|
)
|
||||||
private val randomIndex = Random.nextInt(serverList.size);
|
private val randomIndex = Random.nextInt(serverList.size);
|
||||||
private val randomServer = serverList[randomIndex]
|
private val randomServer = serverList[randomIndex]
|
||||||
|
|||||||
Reference in New Issue
Block a user