mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-09-29 15:30:48 -04:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
# REQUIRED SETTINGS ######################
|
||
# Pi-hole Primary Node in IP or DNS
|
||
REMOTE_HOST='192.168.1.10'
|
||
|
||
# User on Primary PH with SUDO rights
|
||
REMOTE_USER='pi'
|
||
|
||
# Password for REMOTE_USER account
|
||
REMOTE_PASS=‘password’ |