mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
10 lines
252 B
Plaintext
10 lines
252 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
|
|
# Leave blank to use key-pair SSH auth
|
|
REMOTE_PASS='' |