Skip to content

Commit 4aa8545

Browse files
acb-mvbuggmagnet
authored andcommitted
Move TunnelQuantumResistance out of WireGuardObfuscationSettings
1 parent 1b00e3d commit 4aa8545

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ios/MullvadSettings/WireGuardObfuscationSettings.swift

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ public enum WireGuardObfuscationState: Codable {
1717
case off
1818
}
1919

20-
public enum TunnelQuantumResistance: Codable {
21-
case automatic
22-
case on
23-
case off
24-
}
25-
2620
/// The port to select when using UDP-over-TCP obfuscation
2721
///
2822
/// `.automatic` means an algorith will decide between using `port80` or `port5001`

0 commit comments

Comments
 (0)