machines/canigou: add keep alive to each peer

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-03 15:23:33 +03:00
parent 50027eeefd
commit 3adae25870
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -45,11 +45,13 @@ in
publicKey = "Gg+p7tysAhu2X841weBiQrqoKXh6kvcmDiCY62rLwQg=";
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
allowedIPs = [ "10.100.0.2/32" ];
persistentKeepalive = 25;
}
{
# Asus
publicKey = "mzVH0N3q7UE/XjMwgRks+D8KFuIj91VkOK2ytgjsnkw=";
allowedIPs = [ "10.100.0.3/32" ];
persistentKeepalive = 25;
}
];
};