A handful of tiny, dependency-free HTTP endpoints you can point a prober at. No accounts, no tracking, no JavaScript. Useful when you need a stable third-party target to measure latency against, or to confirm that an egress path is actually up.
| Path | Returns |
|---|---|
/status | 204 No Content — the cheapest possible liveness probe |
/time | Server time, RFC 3339, text/plain |
/echo | Your request method, protocol and a request id |
$ curl -sS -o /dev/null -w '%{http_code} %{time_total}s\n' \
https://edge.detrix.org/status
204 0.043s
Cache-Control: no-store, so intermediaries will not answer for us.Operational questions: noc@detrix.org.