All Systems Operational
Resolved
Apr 21, 2026 at 2:48am UTC
All systems operational
April 21, 2026 — inds.space zone
Incident summary
A Cloudflare Worker was made to test our new router. It introduced a wildcard route in the initial commit from a cloudflare wrangler.toml configuration that intercepted all subdomains on the zone. Services including status.inds.space and www.inds.space returned errors until commit 493c98e was published.
| Affected zone | inds.space |
| Duration | ~10 min |
| Root cause | wrangler.toml misconfiguration |
| Status | Resolved |
Resolution
The wildcard route was replaced with three explicit routes — one per redirect source. The Worker now only intercepts specific domains like inds.space. All other subdomains return to normal CF handling.
Going forward, each new redirect source in redirects.txt requires a matching explicit route in wrangler.toml. NO wildcard rule is ever going to be created.
Affected services