summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-11-27 17:27:05 +0100
committerAlbin <albin@mullvad.net>2023-11-27 17:27:05 +0100
commitd7d295a90f7061898fa77101192676b6d5ae72c1 (patch)
tree608b6592458e86145aafc39976266b6357910223 /android
parent3b093e0ee4afd159412d9921d8707478874d2392 (diff)
parent2e94e66c35b02d377fd8ba6e340809d341b708b3 (diff)
downloadmullvadvpn-d7d295a90f7061898fa77101192676b6d5ae72c1.tar.xz
mullvadvpn-d7d295a90f7061898fa77101192676b6d5ae72c1.zip
Merge branch 'enable-forced-direct-connection-for-devmole-and-stagemole-builds-droid-542'
Diffstat (limited to 'android')
-rw-r--r--android/lib/endpoint/src/main/kotlin/net/mullvad/mullvadvpn/lib/endpoint/CustomApiEndpointConfiguration.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/lib/endpoint/src/main/kotlin/net/mullvad/mullvadvpn/lib/endpoint/CustomApiEndpointConfiguration.kt b/android/lib/endpoint/src/main/kotlin/net/mullvad/mullvadvpn/lib/endpoint/CustomApiEndpointConfiguration.kt
index 9d2ba2420f..5790f8c73f 100644
--- a/android/lib/endpoint/src/main/kotlin/net/mullvad/mullvadvpn/lib/endpoint/CustomApiEndpointConfiguration.kt
+++ b/android/lib/endpoint/src/main/kotlin/net/mullvad/mullvadvpn/lib/endpoint/CustomApiEndpointConfiguration.kt
@@ -9,9 +9,9 @@ const val CUSTOM_ENDPOINT_HTTPS_PORT = 443
data class CustomApiEndpointConfiguration(
val hostname: String,
val port: Int,
- val disableAddressCache: Boolean = false,
+ val disableAddressCache: Boolean = true,
val disableTls: Boolean = false,
- val forceDirectConnection: Boolean = false
+ val forceDirectConnection: Boolean = true
) : ApiEndpointConfiguration {
override fun apiEndpoint() =
ApiEndpoint(