From 4e98825e883d29297c065daceb660cde578fb2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A1ba?= Date: Wed, 8 Oct 2025 14:07:42 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20pihole2-keepalived.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pihole2-keepalived.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pihole2-keepalived.conf diff --git a/pihole2-keepalived.conf b/pihole2-keepalived.conf new file mode 100644 index 0000000..9e729e2 --- /dev/null +++ b/pihole2-keepalived.conf @@ -0,0 +1,22 @@ +vrrp_instance pihole { + state BACKUP + interface ens18 + + unicast_src_ip 192.168.100.22 + unicast_peer { + 192.168.3.21 + } + + virtual_router_id 1 + priority 9 + advert_int 1 + + authentication { + auth_type PASS + auth_pass dns12345 + } + + virtual_ipaddress { + 192.168.100.23/24 + } +} \ No newline at end of file