mirror of
https://github.com/vmstan/gravity-sync.git
synced 2026-05-13 10:32:12 -04:00
added password variable
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# REQUIRED SETTINGS
|
||||
REMOTE_HOST='192.168.1.10' # your master Pihole IP or DNS
|
||||
REMOTE_USER='pi' # user account with sudo rights on master Pihole
|
||||
# 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’
|
||||
Reference in New Issue
Block a user