Bug fixes
Honeypot feed snapshots now resolve correctly
FeedSnapshots, FeedSnapshotMeta, and DownloadFeedSnapshot routed honeypot streams (honeypot_http, honeypot_https, honeypot_dns, honeypot_adb) to /feeds/<name>/export, which returned 404 even though those names are documented as valid. They now map to the helio/<protocol> path the API serves. The proxies, anonymizers, and torrents streams are unaffected.
Documentation & tests
- Documented
DomainandGetDomain. - Corrected the README Go version requirement (1.25, matching
go.mod) and documented the per-feed download helpers (DownloadProxy,DownloadHeliosTLS, etc.). - Added tests covering feed request-path routing.