mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 20:13:11 +02:00
Support for Ubuntu network-manager VPN connections
This commit is contained in:
parent
e55ce03906
commit
47dacf4b95
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ conn %default
|
||||||
ike=aes128gcm16-sha2_256-prfsha256-ecp256,aes256-sha2_256-prfsha256-modp2048!
|
ike=aes128gcm16-sha2_256-prfsha256-ecp256,aes256-sha2_256-prfsha256-modp2048!
|
||||||
esp=aes128gcm16-sha2_256-ecp256,aes256-sha2_256-modp2048!
|
esp=aes128gcm16-sha2_256-ecp256,aes256-sha2_256-modp2048!
|
||||||
{% else %}
|
{% else %}
|
||||||
ike=aes128gcm16-sha2_256-prfsha256-ecp256!
|
ike=aes128gcm16-sha2_256-prfsha256-ecp256,aes256-sha2_256-prfsha256-ecp256!
|
||||||
esp=aes128gcm16-sha2_256-ecp256!
|
esp=aes128gcm16-sha2_256-ecp256,aes256-sha2_256-ecp256!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
left=%any
|
left=%any
|
||||||
|
|
Loading…
Add table
Reference in a new issue