Prepare dapostinstall v2

This commit is contained in:
Marek Miklewicz
2026-06-13 18:28:04 +02:00
parent 53db10cd17
commit 6c377b2242
9 changed files with 411 additions and 354 deletions
+2 -4
View File
@@ -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