Přidat pihole2-keepalived.conf

This commit is contained in:
David Hába 2025-10-08 14:07:42 +02:00
parent 390ddb8b11
commit 4e98825e88

22
pihole2-keepalived.conf Normal file
View File

@ -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
}
}