Aktualizovat README.md

This commit is contained in:
David Hába 2025-10-08 14:20:40 +02:00
parent cbf6338b8d
commit e2ca328eaa

View File

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