Přidat pihole1-keepalived.conf
This commit is contained in:
parent
2a8bb88f20
commit
390ddb8b11
22
pihole1-keepalived.conf
Normal file
22
pihole1-keepalived.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
vrrp_instance pihole {
|
||||||
|
state MASTER
|
||||||
|
interface ens18
|
||||||
|
|
||||||
|
unicast_src_ip 192.168.100.21
|
||||||
|
unicast_peer {
|
||||||
|
192.168.100.22
|
||||||
|
}
|
||||||
|
|
||||||
|
virtual_router_id 1
|
||||||
|
priority 10
|
||||||
|
advert_int 1
|
||||||
|
|
||||||
|
authentication {
|
||||||
|
auth_type PASS
|
||||||
|
auth_pass dns12345
|
||||||
|
}
|
||||||
|
|
||||||
|
virtual_ipaddress {
|
||||||
|
192.168.100.23/24
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user