Add observatory to V2rayConfig

This commit is contained in:
xfree-man
2024-03-26 13:31:04 +04:00
committed by GitHub
parent 8154812570
commit ff75d3fdc2

View File

@@ -22,7 +22,9 @@ data class V2rayConfig(
val transport: Any? = null,
val reverse: Any? = null,
var fakedns: Any? = null,
val browserForwarder: Any? = null) {
val browserForwarder: Any? = null,
var observatory: Any? = null,
var burstObservatory: Any? = null) {
companion object {
const val DEFAULT_PORT = 443
const val DEFAULT_SECURITY = "auto"