Update IKEv2 script
- Remove MODP1024 from IKEv2 ciphers for improved security. Windows users will need to make a one-time registry change before connecting for the first time. Refer to https://git.io/ikev2.
This commit is contained in:
parent
f72bdf1237
commit
e850fca9c3
@ -982,7 +982,7 @@ conn ikev2-cp
|
||||
ikev2=insist
|
||||
rekey=no
|
||||
pfs=no
|
||||
ike=aes256-sha2,aes128-sha2,aes256-sha1,aes128-sha1,aes256-sha2;modp1024,aes128-sha1;modp1024
|
||||
ike=aes256-sha2,aes128-sha2,aes256-sha1,aes128-sha1
|
||||
phase2alg=aes_gcm-null,aes128-sha1,aes256-sha1,aes128-sha2,aes256-sha2
|
||||
ikelifetime=24h
|
||||
salifetime=24h
|
||||
|
Loading…
Reference in New Issue
Block a user