bundles/wireguard: use PersistentKeepalive to work around intermittent connection issues
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-15 15:16:44 +01:00
parent 5c1eba0d58
commit d2260b4699
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -20,5 +20,6 @@ PresharedKey=${config['psk']}
% if 'endpoint' in config:
Endpoint=${config['endpoint']}
% endif
PersistentKeepalive=30
% endfor