[vpn] fix persistentKeepalive

This commit is contained in:
2025-01-14 21:37:17 +01:00
parent 50a506d1c2
commit 8e8ddb1435

View File

@@ -6,6 +6,7 @@
allowedIPs = [ "10.100.0.0/24" ]; allowedIPs = [ "10.100.0.0/24" ];
listenPort = 51821; listenPort = 51821;
publicKey = "hF9H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4="; publicKey = "hF9H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4=";
persistentKeepalive = 25;
}; };
"celine" = { "celine" = {
@@ -34,6 +35,5 @@
address = [ "10.100.0.101/24" ]; address = [ "10.100.0.101/24" ];
allowedIPs = [ "10.100.0.101/32" ]; allowedIPs = [ "10.100.0.101/32" ];
publicKey = "3U59F6T1s/1LaZBIa6wB0qsVuO6pRR9jfYZJIH2piAU="; publicKey = "3U59F6T1s/1LaZBIa6wB0qsVuO6pRR9jfYZJIH2piAU=";
persistentKeepalive = 25;
}; };
} }