CF-Proxy

文件代理 + SOCKS5/HTTP 隧道代理

HTTP 正向文件代理

在域名后直接拼接目标 URL 即可代理下载文件:

curl -L fff.wujunbo.top/proxy/https://example.com/file.zip

示例:

curl -L https://fff.wujunbo.top/proxy/https://github.com/curl/curl/releases/download/curl-8_12_1/curl-8.12.1.tar.gz

WS SOCKS5 隧道代理

先获取客户端脚本:

git clone https://github.com/LvMalware/cf-proxy.git
cd cf-proxy

然后启动 SOCKS5 代理:

bun proxy.js -a 77a956912c6aac946b55260bc35d0c12c970cdf88e95a1859eb7ddd153e00791 socks fff.wujunbo.top

默认监听 127.0.0.1:1080,浏览器配置 SOCKS5 代理指向该地址。

WS HTTP 隧道代理

git clone https://github.com/LvMalware/cf-proxy.git
cd cf-proxy
bun proxy.js -a 77a956912c6aac946b55260bc35d0c12c970cdf88e95a1859eb7ddd153e00791 -p 8080 http fff.wujunbo.top

鉴权 Token

文件代理无需鉴权,隧道代理需要此 Token:

77a956912c6aac946b55260bc35d0c12c970cdf88e95a1859eb7ddd153e00791