Compare commits

...

4 commits

Author SHA1 Message Date
cb804b1eec Merge pull request 'refactor' (#10) from refactor into main
All checks were successful
Deploy DNS Configuration / deploy (push) Successful in 7m41s
Reviewed-on: #10
2026-03-21 22:15:14 +03:00
e82618a096 Merge branch 'main' into refactor 2026-03-21 22:15:03 +03:00
d8db413ece ADD DOMAIN: claude.ai 2026-03-21 22:14:13 +03:00
48a157b119 unbound variable 2026-03-21 22:12:58 +03:00
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ cdn.cookielaw.org
cdn.oaistatic.com
cdn-spotify-experiments.conductrics.com
chatgpt.com
claude.ai
dell.com
download.freebsd.org
duckduckgo.com

View file

@ -326,7 +326,7 @@ if [ "$ignored_total" -gt 0 ]; then
done
echo
fi
if [ "${#ERRORS[@]}" -gt 0 ]; then
if [ "$api_error" -gt 0 ]; then
echo "---- API FAILURES (added without subdomains) ----"
for d in $(printf '%s\n' "${!ERRORS[@]}" | sort); do
printf '%s → %s\n' "$d" "${ERRORS[$d]}"