From d8be4fd4d104b5c0aa324d8a11d4bff9fe1ab807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A1ba?= Date: Wed, 8 Oct 2025 14:16:06 +0200 Subject: [PATCH] Aktualizovat pihole2-keepalived.conf --- pihole2-keepalived.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pihole2-keepalived.conf b/pihole2-keepalived.conf index 9e729e2..b393b5a 100644 --- a/pihole2-keepalived.conf +++ b/pihole2-keepalived.conf @@ -1,10 +1,10 @@ vrrp_instance pihole { state BACKUP - interface ens18 + interface end0 - unicast_src_ip 192.168.100.22 + unicast_src_ip 192.168.88.15 unicast_peer { - 192.168.3.21 + 192.168.88.101 } virtual_router_id 1 @@ -13,10 +13,10 @@ vrrp_instance pihole { authentication { auth_type PASS - auth_pass dns12345 + auth_pass Ct7wV69c } virtual_ipaddress { - 192.168.100.23/24 + 192.168.88.5/24 } } \ No newline at end of file