Prepare dapostinstall v2
This commit is contained in:
@@ -3,13 +3,12 @@
|
||||
#gedas@mc2.dev
|
||||
|
||||
### VARS ###
|
||||
DEFAULTPACKAGE=NO_LIMIT
|
||||
DEFAULTPACKAGE=NO-LIMIT
|
||||
DNSMASTER="185.242.132.100" # IP address of this server that should be used on the client host for multiserver
|
||||
DNSSLAVE="193.178.43.30" # the second DNS server. This server should be able to login to DNSSLAVE via ssh
|
||||
DNSSLAVEPORT="22" # port for dnsslave
|
||||
ADMINUSER="admin" # server main admin user
|
||||
TRUSTED_IPS="127.0.0.1,185.242.134.92,185.242.134.93,185.242.134.94,193.177.165.192,193.177.165.193,193.177.165.194,193.177.165.195,193.177.165.196" #comma s
|
||||
eparated list of IP addresses
|
||||
TRUSTED_IPS="127.0.0.1,185.242.134.92,185.242.134.93,185.242.134.94,193.177.165.192,193.177.165.193,193.177.165.194,193.177.165.195,193.177.165.196" # comma separated list of IP addresses
|
||||
### END VARS ###
|
||||
|
||||
######### FUNCTIONS
|
||||
@@ -1443,4 +1442,3 @@ case "$1" in
|
||||
createemptybackup) createemptybackup ;;
|
||||
*) listFunctions ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user