From e2ca328eaa134ab6fe24656b33976bc5a4f9febf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A1ba?= Date: Wed, 8 Oct 2025 14:20:40 +0200 Subject: [PATCH] Aktualizovat README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 45662a9..d0aa1ce 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,27 @@ vrrp_instance pihole { pihole2 - keepalived.conf ``` +vrrp_instance pihole { + state BACKUP + interface end0 + unicast_src_ip 192.168.88.15 + unicast_peer { + 192.168.88.101 + } + + virtual_router_id 1 + priority 9 + advert_int 1 + + authentication { + auth_type PASS + auth_pass Ct7wV69c + } + + virtual_ipaddress { + 192.168.88.5/24 + } +} ```