ma wireguard/server: enable persistentKeepalive

This commit is contained in:
makefu 2021-03-12 20:31:06 +01:00
parent 851ea9fef4
commit c5e6e6ba31
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -39,11 +39,13 @@ in { # wireguard server
}
{
# work-router
persistentKeepalive = 25;
allowedIPs = [ "10.244.0.5/32" ];
publicKey = "QJMwwYu/92koCASbHnR/vqe/rN00EV6/o7BGwLockDw=";
}
{
# workr
persistentKeepalive = 25;
allowedIPs = [ "10.244.0.6/32" ];
publicKey = "OFhCF56BrV9tjqW1sxqXEKH/GdqamUT1SqZYSADl5GA=";
}