1
0
mirror of synced 2025-02-07 07:49:25 +03:00
- Further improve IKEv2 config for Windows 7/8/10
- Ref: 9455b19
This commit is contained in:
hwdsl2 2017-01-17 11:30:06 -06:00
parent 9455b19119
commit e767b462a5
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Libreswan 支持通过使用 RSA 签名算法的 X.509 Machine Certificates 来
ikev2=insist
rekey=no
fragmentation=yes
ike=3des-sha1;modp1024,aes-sha1;modp1024,aes256-sha2_256;modp1024
ike=3des-sha1,aes-sha1,aes256-sha2_256;modp1024,aes256-sha2_256;modp2048
phase2alg=3des-sha1,aes-sha1,aes256-sha2_256
EOF
```

View File

@ -58,7 +58,7 @@ Before continuing, make sure you have successfully <a href="https://github.com/h
ikev2=insist
rekey=no
fragmentation=yes
ike=3des-sha1;modp1024,aes-sha1;modp1024,aes256-sha2_256;modp1024
ike=3des-sha1,aes-sha1,aes256-sha2_256;modp1024,aes256-sha2_256;modp2048
phase2alg=3des-sha1,aes-sha1,aes256-sha2_256
EOF
```