mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Update ipsec.conf.j2
Add server-side lifetimes
This commit is contained in:
parent
2b70da7913
commit
4e28c3a4c3
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ conn %default
|
||||||
keyexchange=ikev2
|
keyexchange=ikev2
|
||||||
compress=yes
|
compress=yes
|
||||||
dpddelay=35s
|
dpddelay=35s
|
||||||
|
lifetime=3h
|
||||||
|
ikelifetime=12h
|
||||||
|
|
||||||
{% if algo_windows %}
|
{% if algo_windows %}
|
||||||
ike={{ ciphers.compat.ike }}
|
ike={{ ciphers.compat.ike }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue