Confirm the user-visible condition
Run these checks from a system outside the origin server. Capture the timestamp and exact status before logging into the host.
curl -sS -o /dev/null --max-time 15 \
-w 'HTTP=%{http_code} DNS=%{time_namelookup}s CONNECT=%{time_connect}s TOTAL=%{time_total}s\n' \
https://munyakazi.org
Expected: HTTP 200 or intended redirect, completed within the timeout
dig +short munyakazi.org
dig @1.1.1.1 +short munyakazi.org
dig @8.8.8.8 +short munyakazi.org
Expected: consistent Cloudflare-fronted resolution without SERVFAIL or timeout
curl -I --max-time 15 https://munyakazi.org
Record: HTTP status, server headers, Cloudflare Ray ID, and timestamp
