Skip to content

Commit

Permalink
Update MBAKVpnService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Nov 22, 2023
1 parent 680bcf1 commit 6fcd25c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ class MBAKVpnService : VpnService()
maybeDisallowedApps = intent.getStringArrayExtra(DISALLOWED_APPS)
maybeExcludeRoutes = intent.getStringArrayExtra(EXCLUDE_ROUTES)
maybeUsePluggableTransports = intent.getBooleanExtra(USE_PLUGGABLE_TRANSPORTS, false)
this.usePluggableTransport = maybeUsePluggableTransports

println("MBAKVpnService Server IP is: $maybeIP")
println("MBAKVpnService Server Port is: $maybePort")
Expand Down

0 comments on commit 6fcd25c

Please sign in to comment.