diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-04-10 14:31:41 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-04-28 15:40:32 +0200 |
| commit | e08eaf6a99dee76bd67a2d022d407a800b738bfa (patch) | |
| tree | 83290b0507e72bcae09cf065f6be9df3b83e4091 /ios/MullvadVPN/View controllers/SelectLocation/LocationViewControllerWrapper.swift | |
| parent | f1dec970bc43daaf14aef102bcc48b3d6667461d (diff) | |
| download | mullvadvpn-e08eaf6a99dee76bd67a2d022d407a800b738bfa.tar.xz mullvadvpn-e08eaf6a99dee76bd67a2d022d407a800b738bfa.zip | |
Add the ability to use QUIC obfuscation in the UI, and update Settings
Diffstat (limited to 'ios/MullvadVPN/View controllers/SelectLocation/LocationViewControllerWrapper.swift')
| -rw-r--r-- | ios/MullvadVPN/View controllers/SelectLocation/LocationViewControllerWrapper.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/SelectLocation/LocationViewControllerWrapper.swift b/ios/MullvadVPN/View controllers/SelectLocation/LocationViewControllerWrapper.swift index 974821fe25..fb77076abd 100644 --- a/ios/MullvadVPN/View controllers/SelectLocation/LocationViewControllerWrapper.swift +++ b/ios/MullvadVPN/View controllers/SelectLocation/LocationViewControllerWrapper.swift @@ -324,7 +324,7 @@ private extension WireGuardObfuscationState { switch self { case .shadowsocks: true - case .on, .off, .automatic, .udpOverTcp: + case .on, .off, .automatic, .udpOverTcp, .quic: false } } |
