diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-06-20 11:44:06 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-06-20 11:44:06 +0200 |
| commit | 4eef5ee04905a6ed4b2a8581e4a8d6dcf3a3e851 (patch) | |
| tree | 270ffcd8ff8d36316f6919fc9bdf3c5c1c089041 /ios | |
| parent | 4606702710b99469e36a4254ec544988532708c6 (diff) | |
| download | mullvadvpn-4eef5ee04905a6ed4b2a8581e4a8d6dcf3a3e851.tar.xz mullvadvpn-4eef5ee04905a6ed4b2a8581e4a8d6dcf3a3e851.zip | |
Update default API endpoint
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/ApplicationConfiguration.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/ApplicationConfiguration.swift b/ios/MullvadVPN/ApplicationConfiguration.swift index 6c6acbe05c..5999c2ad22 100644 --- a/ios/MullvadVPN/ApplicationConfiguration.swift +++ b/ios/MullvadVPN/ApplicationConfiguration.swift @@ -54,7 +54,7 @@ class ApplicationConfiguration { static let defaultAPIHostname = "api.mullvad.net" /// Default API endpoint. - static let defaultAPIEndpoint = AnyIPEndpoint(string: "193.138.218.78:443")! + static let defaultAPIEndpoint = AnyIPEndpoint(string: "45.83.222.100:443")! /// Default network timeout for API requests. static let defaultAPINetworkTimeout: TimeInterval = 10 |
