mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 17:23:07 +02:00
Update ipsec.conf.j2
Enable rekey=yes, change to reauth=no, specify SA lifetime and IKE_SA lifetimes to 2h and 12h (previously 20min as per mobileconfig).
This commit is contained in:
parent
d8b318b59a
commit
09ec0650b0
1 changed files with 4 additions and 1 deletions
|
@ -4,11 +4,14 @@ config setup
|
||||||
|
|
||||||
conn %default
|
conn %default
|
||||||
fragmentation=yes
|
fragmentation=yes
|
||||||
rekey=no
|
rekey=yes
|
||||||
|
reauth=no
|
||||||
dpdaction=clear
|
dpdaction=clear
|
||||||
keyexchange=ikev2
|
keyexchange=ikev2
|
||||||
compress=yes
|
compress=yes
|
||||||
dpddelay=35s
|
dpddelay=35s
|
||||||
|
lifetime=2h
|
||||||
|
ikelifetime=12h
|
||||||
|
|
||||||
{% if algo_windows %}
|
{% if algo_windows %}
|
||||||
ike={{ ciphers.compat.ike }}
|
ike={{ ciphers.compat.ike }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue