diff options
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/endpoint/src/main/kotlin/net/mullvad/mullvadvpn/lib/endpoint/CustomApiEndpointConfiguration.kt | 4 |
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( |
