summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-04-12 12:53:00 +0200
committerEmīls <emils@mullvad.net>2024-04-12 12:53:00 +0200
commit0f38aede02ef25869d81893f8742329ebb22b3a2 (patch)
treeb36d80f2707f5301500ba3bfc38e764ed809044d
parent14c8897713c8ed2c3ebb336f4e9a490266099dad (diff)
parente8407a85589b5cb7794a441a30b87e5eb9ba3b06 (diff)
downloadmullvadvpn-0f38aede02ef25869d81893f8742329ebb22b3a2.tar.xz
mullvadvpn-0f38aede02ef25869d81893f8742329ebb22b3a2.zip
Merge branch 'set-wireguard-key-rotation-interval-to-30-days-ios-607'
-rw-r--r--ios/MullvadVPN/TunnelManager/WgKeyRotation.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/TunnelManager/WgKeyRotation.swift b/ios/MullvadVPN/TunnelManager/WgKeyRotation.swift
index bca8bb0b33..89474e5afd 100644
--- a/ios/MullvadVPN/TunnelManager/WgKeyRotation.swift
+++ b/ios/MullvadVPN/TunnelManager/WgKeyRotation.swift
@@ -18,7 +18,7 @@ import WireGuardKitTypes
struct WgKeyRotation {
/// Private key rotation interval counted from the time when the key was successfully pushed
/// to the backend.
- public static let rotationInterval: Duration = .days(14)
+ public static let rotationInterval: Duration = .days(30)
/// Private key rotation retry interval counted from the time when the last rotation
/// attempt took place.