diff options
| author | Emīls <emils@mullvad.net> | 2024-04-12 12:53:00 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-04-12 12:53:00 +0200 |
| commit | 0f38aede02ef25869d81893f8742329ebb22b3a2 (patch) | |
| tree | b36d80f2707f5301500ba3bfc38e764ed809044d | |
| parent | 14c8897713c8ed2c3ebb336f4e9a490266099dad (diff) | |
| parent | e8407a85589b5cb7794a441a30b87e5eb9ba3b06 (diff) | |
| download | mullvadvpn-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.swift | 2 |
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. |
