mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
modify ciphers #9
This commit is contained in:
parent
e90b58802d
commit
f6166ccde4
1 changed files with 3 additions and 3 deletions
|
@ -9,10 +9,10 @@ conn %default
|
|||
|
||||
{% if Win10_Enabled is defined and Win10_Enabled == "Y" %}
|
||||
ike=aes128gcm16-sha2_256-prfsha256-ecp256,aes256-sha2_256-prfsha256-modp2048!
|
||||
esp=aes128gcm16-sha2_256-ecp256,aes256-sha1-modp1024!
|
||||
esp=aes128gcm16-sha2_256-ecp256,aes256-sha2_256-modp2048!
|
||||
{% else %}
|
||||
ike=aes128gcm16-sha2_256-prfsha256-ecp256
|
||||
esp=aes128gcm16-sha2_256-ecp256
|
||||
ike=aes128gcm16-sha2_256-prfsha256-ecp256!
|
||||
esp=aes128gcm16-sha2_256-ecp256!
|
||||
{% endif %}
|
||||
|
||||
left=%any
|
||||
|
|
Loading…
Add table
Reference in a new issue