Skip to content

Commit

Permalink
Merge branch '2dust:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarid authored Mar 27, 2024
2 parents 82d5985 + 1ce9b7c commit 6348783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/V2rayConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6348783

Please sign in to comment.