machines/canigou: add keep alive to each peer
This commit is contained in:
parent
50027eeefd
commit
3adae25870
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue