diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 60109a4f9..529e52594 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -480,7 +480,7 @@ function check_dashboard_site_domain() { if ! echo $output | grep -q "Cloudron Dashboard"; then fail "https://my.${dashboard_domain} is not the dashboard domain. Check if DNS is set properly to this server" - host my.${dashboard_domain} 127.0.0.1 # could also result in cloudflare + host my.${dashboard_domain} 127.0.0.53 # could also result in cloudflare exit 1 fi