github zerx-lab/FluxDown cli-v0.3.1
FluxDown CLI v0.3.1

one month ago

[0.3.1] - 2026-08-01

🐛 问题修复

  • 修复 --proxy 使用 SOCKS5 代理时目标域名仍由本机解析的问题:DNS 被污染或劫持时,即使代理本身能连通,请求也会连到错误的地址。现在域名解析改由代理侧完成,解决因本地 DNS 异常导致的连接失败或误连
  • 支持在代理地址中显式指定 socks4a://;无法识别的代理 scheme 不再被静默当作 HTTP 处理,避免连接失败却毫无提示

[0.3.1] - 2026-08-01

🐛 Bug Fixes

  • Fixed --proxy with SOCKS5 still resolving the target hostname locally instead of through the proxy: if local DNS was poisoned or blocked, requests could reach the wrong address even when the proxy tunnel itself was fine. Hostname resolution now happens on the proxy side, fixing failed or misrouted connections caused by local DNS issues
  • Added support for explicit socks4a:// proxy URLs; an unrecognized proxy scheme is no longer silently treated as HTTP, so misconfigured proxies now fail with a clear error instead of connecting to the wrong place

📦 下载预编译二进制

平台 资产
Windows x64 / ARM64 FluxDown-CLI-0.3.1-windows-{x64,arm64}.zip
macOS Intel / Apple Silicon FluxDown-CLI-0.3.1-macos-{x64,arm64}.tar.gz
Linux x64 / ARM64(musl 静态链接,任意发行版可用) FluxDown-CLI-0.3.1-linux-{x64,arm64}.tar.gz

解压后得到 fluxdown(Windows 为 fluxdown.exe),放入 PATH 即可使用。文件校验见 SHA256SUMS.txt

🛠️ 从源码安装

cargo install --git https://github.com/zerx-lab/FluxDown fluxdown_cli

🚀 快速开始

fluxdown ping                         # 探活(需 FluxDown App / server 运行中)
fluxdown add https://example.com/f.zip
fluxdown ls

服务地址经 --urlFLUXDOWN_URL(默认 http://127.0.0.1:17800),
管理 token 经 --tokenFLUXDOWN_TOKEN

Don't miss a new FluxDown release

NewReleases is sending notifications on new releases.