Merge pull request #1382 from amnezia-vpn/bugfix/ipsec-pfs

Enable PFS for Windows IKEv2
This commit is contained in:
pokamest 2025-02-06 16:16:38 +01:00 committed by GitHub
commit 703b9137e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -238,7 +238,7 @@ ErrorCode Ikev2Protocol::start()
"-CipherTransformConstants GCMAES128 "
"-EncryptionMethod AES256 "
"-IntegrityCheckMethod SHA256 "
"-PfsGroup None "
"-PfsGroup PFS2048 "
"-DHGroup Group14 "
"-PassThru -Force\"")
.arg(tunnelName());