Merge pull request #2956 from xfree-man/master

Add observatory to V2rayConfig, to enable load balancing features in a custom config
This commit is contained in:
2dust
2024-03-27 07:53:57 +08:00
committed by GitHub

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"