From a5a49c8b2123b4d0334830f7e42ab4fa475cc9f1 Mon Sep 17 00:00:00 2001 From: YuruC3 <98943911+YuruC3@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:40:30 +0100 Subject: [PATCH] Samll update to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfae139..aa0cb43 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ After everything mentioned above restart keepalived service and it should work. ## Short config explanation +For more indept explanation [here](https://www.keepalived.org/manpage.html) is official documentation for KeepAliveD + ### vrrp_script interval 5 -- Runs script every 5 seconds. It means that downtime should be for about 5 seconds. You can tweak it to a lower number but then set rise to a higher number.