Update dns_hostup.sh

This commit is contained in:
hostup
2025-12-01 15:58:36 +01:00
committed by GitHub
parent d97b4477b2
commit 64a6ea68fa

View File

@@ -181,7 +181,7 @@ _hostup_detect_zone() {
HOSTUP_ZONE_ID="$_lookup_zone_id"
return 0
fi
case "$_domain_candidate" in
*.*) ;;
*) break ;;