Documentation
How this node serves objects.
Addressing
Objects are served by path. Directory listings are disabled except for /pub/. Unknown paths return 404.
Caching
Immutable objects are sent with Cache-Control: public, max-age=31536000, immutable. HTML pages are cached for 5 minutes. ETag and Last-Modified are set on every object, so conditional requests are cheap.
Range requests
Partial downloads are supported. Resume an interrupted download with:
curl -C - -O https://cdn.dataedges.org/speedtest/10MB.bin
Verifying downloads
Every public directory has a SHA256SUMS file:
curl -O https://cdn.dataedges.org/pub/SHA256SUMS sha256sum -c --ignore-missing SHA256SUMS
Abuse
Report abuse to ops@dataedges.org.