mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-12-24 16:47:15 -05:00
16 lines
391 B
Plaintext
16 lines
391 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'
|
|
|
|
# OPTIONAL SETTING #######################
|
|
|
|
# Password for REMOTE_USER account
|
|
# Requires SSHPASS installed on server
|
|
# Less secure and possibly less reliable
|
|
# Leave blank to use (preferred) key-pair SSH auth!
|
|
|
|
REMOTE_PASS='' |