REALITY show false

This commit is contained in:
2dust
2023-03-25 18:09:53 +08:00
parent 3aeda7de81
commit 405667697e

View File

@@ -191,7 +191,7 @@ data class V2rayConfig(
val disableSystemRoot: Boolean? = null,
val enableSessionResumption: Boolean? = null,
// REALITY settings
val show: Boolean = true,
val show: Boolean = false,
var publicKey: String? = null,
var shortId: String? = null,
var spiderX: String? = null)