npm config set registry https://代理节点/https://registry.npmjs.org/
下载加速
支持 HTTP、HTTPS、WS、WSS 原始链接,自动生成当前节点代理地址,适合浏览器下载、包管理和命令行使用。
粘贴一个原始下载链接后,这里会实时生成加速地址。
等待新的链接
MORE
更多用法
支持 npm、pnpm、Yarn、Git Clone、curl、wget、Docker Build、Go Modules、WebSocket 等常见开发下载场景。所有内容都直接写在页面里,便于搜索引擎抓取和用户检索。
pnpm config set registry https://代理节点/https://registry.npmjs.org/
yarn config set registry https://代理节点/https://registry.npmjs.org/
git clone https://代理节点/https://github.com/git/git.git
curl -L -O https://代理节点/https://nodejs.org/dist/latest/SHASUMS256.txt
wget https://代理节点/https://nodejs.org/dist/latest/SHASUMS256.txt
Invoke-WebRequest -Uri "https://代理节点/https://nodejs.org/dist/latest/SHASUMS256.txt" -OutFile file.zip
pip install -i https://代理节点/https://pypi.org/simple requests
docker build https://代理节点/https://github.com/docker/getting-started/archive/refs/heads/main.tar.gz
helm repo add stable https://代理节点/https://charts.helm.sh/stable
composer config -g repos.packagist composer https://代理节点/https://repo.packagist.org/
gem sources --add https://代理节点/https://rubygems.org/ --remove https://rubygems.org/
conda config --add channels https://代理节点/https://repo.anaconda.com/pkgs/main
go env -w GOPROXY=https://代理节点/https://proxy.golang.org,direct
dotnet nuget add source https://代理节点/https://api.nuget.org/v3/index.json -n proxied-nuget
cargo search serde --index sparse+https://代理节点/https://index.crates.io/
echo "https://代理节点/https://dl-cdn.alpinelinux.org/alpine/v3.20/main" | sudo tee /etc/apk/repositories
echo "deb https://代理节点/https://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/proxy-ubuntu.list
new WebSocket("wss://代理节点/wss://echo.websocket.events/")
GUIDE
下载加速使用说明
这个页面是一个开发者下载代理地址生成工具,核心目标是把原始下载链接快速转换成当前节点可直接使用的代理地址。
支持的协议
支持 HTTP、HTTPS、WS 和 WSS 原始链接。普通下载链接会生成浏览器可访问的代理地址,WebSocket 链接则会根据当前页面协议自动切换成对应的 ws 或 wss 前缀。
适合的使用场景
除了浏览器直接下载,这个页面也适合 npm、pnpm、Yarn、Git Clone、curl、wget、PowerShell、pip、Docker Build、Helm、Composer、Conda、Go Modules、NuGet、Cargo 和 Linux 软件仓库等场景。
如何使用
- 在首页输入原始下载链接或仓库地址。
- 复制自动生成的代理地址,或直接打开结果。
- 在浏览器、命令行或包管理工具中使用这个地址。
输入规则
可以直接粘贴完整原始链接,也支持自动补全常见输入。例如缺少协议的域名会自动补成 HTTPS,当前节点的代理地址也会自动还原成原始地址后再重新生成。
常见问题
下载加速页面支持哪些链接协议?
支持 HTTP、HTTPS、WS 和 WSS 原始链接。输入后页面会自动识别协议,并生成当前节点对应的代理地址。
这个页面适合哪些开发场景?
适合浏览器下载、GitHub 仓库拉取、npm 和 Python 包安装、命令行下载、WebSocket 测试以及 Docker Build 等需要远程 URL 的开发场景。