mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
disable dpdtimeout #90
This commit is contained in:
parent
8e0cca6b66
commit
ad9d7d6ddb
1 changed files with 4 additions and 6 deletions
|
@ -5,7 +5,6 @@ config setup
|
||||||
conn %default
|
conn %default
|
||||||
dpdaction=clear
|
dpdaction=clear
|
||||||
dpddelay=35s
|
dpddelay=35s
|
||||||
dpdtimeout=300s
|
|
||||||
rekey=no
|
rekey=no
|
||||||
keyexchange=ikev2
|
keyexchange=ikev2
|
||||||
ike=aes128gcm16-sha2_256-prfsha256-ecp256!
|
ike=aes128gcm16-sha2_256-prfsha256-ecp256!
|
||||||
|
@ -29,6 +28,5 @@ conn %default
|
||||||
rightdns={% for host in dns_servers %}{{ host }}{% if not loop.last %},{% endif %}{% endfor %}
|
rightdns={% for host in dns_servers %}{{ host }}{% if not loop.last %},{% endif %}{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
conn ikev2-pubkey
|
conn ikev2-pubkey
|
||||||
auto=add
|
auto=add
|
||||||
|
|
Loading…
Add table
Reference in a new issue