From cbf6338b8df707d42c25cc4f5a52e46b8c33b625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A1ba?= Date: Wed, 8 Oct 2025 14:20:06 +0200 Subject: [PATCH] Aktualizovat README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 99eef33..45662a9 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,34 @@ Config cd /etc/keepalived sudo touch keepalived.conf ``` +pihole1 - keepalived.conf +``` +vrrp_instance pihole { + state MASTER + interface eth0@if39 + + unicast_src_ip 192.168.88.101 + unicast_peer { + 192.168.88.15 + } + + virtual_router_id 1 + priority 10 + advert_int 1 + + authentication { + auth_type PASS + auth_pass Ct7wV69c + } + + virtual_ipaddress { + 192.168.88.5/24 + } +} +``` + +pihole2 - keepalived.conf +``` + +```