Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Nov 27, 2023
2 parents 2bf6ff6 + 6fcd25c commit 4ff2168
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 4ff2168

Please sign in to comment.