26 lines
698 B
Plaintext
26 lines
698 B
Plaintext
TZ=America/Chicago
|
|
|
|
# PD primary Pi-hole / Unbound paths
|
|
APPDATA_PIHOLE_ROOT=/mnt/tank/docker/appdata/pihole-primary
|
|
APPDATA_UNBOUND_ROOT=/mnt/tank/docker/appdata/unbound-primary
|
|
|
|
# Pi-hole web/admin
|
|
PD_PIHOLE_WEB_PORT=8953
|
|
PIHOLE_PASSWORD=CHANGE_ME
|
|
|
|
# Keepalived / VIP (VRRP PASS auth is max 8 chars)
|
|
LAN_INTERFACE=eno1
|
|
VIP_CIDR=10.5.1.53/24
|
|
KEEPALIVED_ROUTER_ID=53
|
|
KEEPALIVED_STATE=MASTER
|
|
KEEPALIVED_PRIORITY=100
|
|
KEEPALIVED_PASSWORD=CHANGE01
|
|
KEEPALIVED_NOPREEMPT=true
|
|
|
|
# Nebula Sync (PD primary -> replicas)
|
|
NEBULA_SYNC_PRIMARY=http://127.0.0.1:8953|CHANGE_ME
|
|
NEBULA_SYNC_REPLICAS=http://10.5.1.5:8954|CHANGE_ME
|
|
NEBULA_SYNC_FULL_SYNC=false
|
|
NEBULA_SYNC_RUN_GRAVITY=true
|
|
NEBULA_SYNC_CRON=0 3 * * *
|