summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-04-11 18:03:53 +0200
committerEmīls <emils@mullvad.net>2024-04-12 12:45:00 +0200
commite8407a85589b5cb7794a441a30b87e5eb9ba3b06 (patch)
treeb36d80f2707f5301500ba3bfc38e764ed809044d
parent14c8897713c8ed2c3ebb336f4e9a490266099dad (diff)
downloadmullvadvpn-e8407a85589b5cb7794a441a30b87e5eb9ba3b06.tar.xz
mullvadvpn-e8407a85589b5cb7794a441a30b87e5eb9ba3b06.zip
Bump key rotation interval to 30 days on iOS
-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.