update
This commit is contained in:
@@ -731,7 +731,7 @@ SINGLE_SERVER_SERVICE_CHECK(){
|
||||
if [ "${1}" = "web" ]; then
|
||||
# servicestocheck=gitea,pdnsadmin
|
||||
servicestocheck=gitea
|
||||
dockerstocheck=( heimdall vaultwarden )
|
||||
dockerstocheck=( heimdall vaultwarden authelia )
|
||||
IFS=,; services_to_check=(${servicestocheck}); unset IFS
|
||||
|
||||
local_ips=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | awk '/inet/ {print $2}' | cut -d'/' -f1);
|
||||
|
||||
Reference in New Issue
Block a user