Skip to content
Snippets Groups Projects
Commit 37cb9c13 authored by Florian Sesser's avatar Florian Sesser
Browse files

Add keep alive since clients mostly get contacted by the server

parent 0336938b
No related branches found
No related tags found
3 merge requests!101Merge staging into production,!100Merge develop into staging,!87Add monitoring VPN modules and config
Pipeline #518 failed
......@@ -77,6 +77,7 @@ in {
endpoint = cfg.client.endpoint; # meaning: the server.
publicKey = builtins.readFile(cfg.client.endpointPublicKeyFile);
presharedKeyFile = toString cfg.client.presharedKeyFile;
persistentKeepalive = 25;
}
];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment