summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api/src
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-07-30 12:56:35 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-07-30 16:09:51 +0200
commit8c6279a17dea103fe46fd45950a0fdbbe4eb1503 (patch)
tree624aa516ecea69c31956fbc9fa9a741a58ba19d3 /mullvad-api/src
parent5feceaef8c0e0b9d17297875f9bde9aa1733084f (diff)
downloadmullvadvpn-8c6279a17dea103fe46fd45950a0fdbbe4eb1503.tar.xz
mullvadvpn-8c6279a17dea103fe46fd45950a0fdbbe4eb1503.zip
Ignore obfuscation protocol specific constraints when 'auto' is selected
Diffstat (limited to 'mullvad-api/src')
-rw-r--r--mullvad-api/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mullvad-api/src/lib.rs b/mullvad-api/src/lib.rs
index 833dcf3f67..87b6e3d656 100644
--- a/mullvad-api/src/lib.rs
+++ b/mullvad-api/src/lib.rs
@@ -139,8 +139,7 @@ pub struct ApiEndpoint {
/// Whether bridges/proxies can be used to access the API or not. This is
/// useful primarily for testing purposes.
///
- /// * If `force_direct` is `true`, bridges and proxies will not be used to
- /// reach the API.
+ /// * If `force_direct` is `true`, bridges and proxies will not be used to reach the API.
/// * If `force_direct` is `false`, bridges and proxies can be used to reach the API.
///
/// # Note