Support Trojan flow and email

This commit is contained in:
yuhan6665
2021-03-27 18:41:36 -04:00
parent 0ce60eae73
commit 62b928e6a0

View File

@@ -99,6 +99,8 @@ data class V2rayConfig(
var password: String = "",
var port: Int = DEFAULT_PORT,
var level: Int = DEFAULT_LEVEL,
val email: String? = null,
val flow: String? = null,
var users: List<SocksUsersBean>? = null) {