You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`02-http-512mb.sh`](./02-http-512mb.sh)|`danzo http` — static file (`thinkbroadband.com`), configurable via `DANZO_HTTP_SIZE` (default: `50MB`). `Accept-Ranges` friendly for multi-chunk downloads. |
22
+
|[`03-torrent-iso.sh`](./03-torrent-iso.sh)|`danzo torrent` — downloads metadata, resolves peers, and tests downloading a live Ubuntu ISO via BitTorrent with a 15-second cap. |
22
23
23
24
**Why `tanq16/anbu`?** Small public repo with predictable per-platform zip assets on GitHub `releases/latest` (good fit for unauthenticated `ghr` checks).
24
25
25
26
**Why not `link.testfile.org/500MB`?** That host often returns **403** with a Cloudflare challenge for non-browser clients, so it is a poor fit for automated or CLI integration checks.
26
27
27
28
### How to run
28
29
29
-
From the repo root:
30
+
From the repo root, run the scripts with absolute paths to ensure target locations remain correct when changing directories:
0 commit comments