Enable PFS for Windows IKEv2

This commit is contained in:
Mykola Baibuz 2025-01-27 22:39:18 +02:00
parent fbbba648c4
commit b173dcaa17
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());