bundles/wireguard: use PersistentKeepalive to work around intermittent connection issues
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
5c1eba0d58
commit
d2260b4699
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ PresharedKey=${config['psk']}
|
|||
% if 'endpoint' in config:
|
||||
Endpoint=${config['endpoint']}
|
||||
% endif
|
||||
PersistentKeepalive=30
|
||||
|
||||
% endfor
|
||||
|
|
Loading…
Reference in a new issue