ma wireguard/server: enable persistentKeepalive
This commit is contained in:
parent
851ea9fef4
commit
c5e6e6ba31
@ -39,11 +39,13 @@ in { # wireguard server
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
# work-router
|
# work-router
|
||||||
|
persistentKeepalive = 25;
|
||||||
allowedIPs = [ "10.244.0.5/32" ];
|
allowedIPs = [ "10.244.0.5/32" ];
|
||||||
publicKey = "QJMwwYu/92koCASbHnR/vqe/rN00EV6/o7BGwLockDw=";
|
publicKey = "QJMwwYu/92koCASbHnR/vqe/rN00EV6/o7BGwLockDw=";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# workr
|
# workr
|
||||||
|
persistentKeepalive = 25;
|
||||||
allowedIPs = [ "10.244.0.6/32" ];
|
allowedIPs = [ "10.244.0.6/32" ];
|
||||||
publicKey = "OFhCF56BrV9tjqW1sxqXEKH/GdqamUT1SqZYSADl5GA=";
|
publicKey = "OFhCF56BrV9tjqW1sxqXEKH/GdqamUT1SqZYSADl5GA=";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user