feat: Add GitLab registry to DNS resolution check in healthcheck script for improved coverage and troubleshooting

This commit is contained in:
Christopher
2024-08-12 13:32:58 -05:00
parent 578dfab6b8
commit e470f0e829

View File

@@ -140,7 +140,8 @@ check_dns_resolution() {
"registry.hub.docker.com"
"gcr.io"
"azurecr.io"
"ghcr.io"
"ghcr.io",
"registry.gitlab.com"
)
print_header "DNS Resolution Check:"
@@ -173,7 +174,7 @@ elif [[ "$1" == "real_test" ]]; then
else
# Normal script execution
# Display Welcome
print_header "BigBearCasaOS Healthcheck V2.1"
print_header "BigBearCasaOS Healthcheck V2.2"
echo "Here are some links:"
echo "https://community.bigbeartechworld.com"
echo "https://github.com/BigBearTechWorld"