This commit is contained in:
CanbiZ
2025-05-15 14:38:36 +02:00
3 changed files with 451 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ network_check() {
fi
# DNS resolution checks for GitHub-related domains (IPv4 and/or IPv6)
GITHUB_HOSTS=("github.com" "raw.githubusercontent.com" "api.github.com")
GITHUB_HOSTS=("github.com" "raw.githubusercontent.com" "api.github.com" "git.community-scripts.com")
GITHUB_STATUS="GitHub DNS:"
DNS_FAILED=false