mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Change server-side ipsec.conf settings
Switching to inline rekeying from reauthentication, and lengthening child_SA and IKE_SA lifetimes.
This commit is contained in:
parent
d4da77eedf
commit
1540608f8a
1 changed files with 4 additions and 1 deletions
|
@ -4,11 +4,14 @@ config setup
|
|||
|
||||
conn %default
|
||||
fragmentation=yes
|
||||
rekey=no
|
||||
rekey=yes
|
||||
reauth=no
|
||||
dpdaction=clear
|
||||
keyexchange=ikev2
|
||||
compress=yes
|
||||
dpddelay=35s
|
||||
lifetime=3h
|
||||
ikelifetime=12h
|
||||
|
||||
{% if algo_windows %}
|
||||
ike={{ ciphers.compat.ike }}
|
||||
|
|
Loading…
Add table
Reference in a new issue