Merge pull request #1382 from amnezia-vpn/bugfix/ipsec-pfs
Enable PFS for Windows IKEv2
This commit is contained in:
commit
703b9137e0
2 changed files with 6 additions and 6 deletions
|
|
@ -238,7 +238,7 @@ ErrorCode Ikev2Protocol::start()
|
|||
"-CipherTransformConstants GCMAES128 "
|
||||
"-EncryptionMethod AES256 "
|
||||
"-IntegrityCheckMethod SHA256 "
|
||||
"-PfsGroup None "
|
||||
"-PfsGroup PFS2048 "
|
||||
"-DHGroup Group14 "
|
||||
"-PassThru -Force\"")
|
||||
.arg(tunnelName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue