All Projects → zwc456baby → File Proxy

zwc456baby / File Proxy

文件代下载服务,github文件加速下载,支持任意文件格式。支持命令行代下,支持子节点权重负载均衡。

Labels

Projects that are alternatives of or similar to File Proxy

Vkrss
Generates RSS feed of opened/closed vk.com wall or global searched opened posts. Features: post filtering (include/exclude by regexp and/or by owner type), ads skipping, automatic title generation, hash-tags extraction as RSS categories, initial author extraction, HTML formatting
Stars: ✭ 59 (-28.05%)
Mutual labels:  proxy
Go Proxy
用Go写一个内网穿透工具
Stars: ✭ 68 (-17.07%)
Mutual labels:  proxy
Bdtunnel
BoutDuTunnel is able to create virtual connections tunnelled in HTTP requests.
Stars: ✭ 78 (-4.88%)
Mutual labels:  proxy
Proxy List
A list of free, public, forward proxy servers. UPDATED DAILY!
Stars: ✭ 1,125 (+1271.95%)
Mutual labels:  proxy
Proxify
Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation, and replay on the go.
Stars: ✭ 1,153 (+1306.1%)
Mutual labels:  proxy
Tcptunnel
将本地内网服务器映射到公网。
Stars: ✭ 72 (-12.2%)
Mutual labels:  proxy
Infrared
An ultra lightweight minecraft reverse proxy and idle placeholder
Stars: ✭ 59 (-28.05%)
Mutual labels:  proxy
Venom
Venom - A Multi-hop Proxy for Penetration Testers
Stars: ✭ 1,228 (+1397.56%)
Mutual labels:  proxy
Adblock Proxy
💊 (Archived) AdBlock Proxy with support for AdBlock Plus Filter Lists and Host files
Stars: ✭ 68 (-17.07%)
Mutual labels:  proxy
Foxman
🍥 an extensible mock server
Stars: ✭ 76 (-7.32%)
Mutual labels:  proxy
Class Logger
Boilerplate-free decorator-based class logging
Stars: ✭ 64 (-21.95%)
Mutual labels:  proxy
Jladder
基于Java Netty开发的翻墙程序,支持Socks协议和Http协议翻墙。
Stars: ✭ 68 (-17.07%)
Mutual labels:  proxy
Free proxy ss
分享来自互联网上免费的shadowsocks(SS)/ShadowsocksR(SSR)/V2ray(vmess)代理 每15分钟更新一次,每次各分享4个临时可用代理。 及时订阅、及时更新。
Stars: ✭ 72 (-12.2%)
Mutual labels:  proxy
Hproxy
hproxy - Asynchronous IP proxy pool, aims to make getting proxy as convenient as possible.(异步爬虫代理池)
Stars: ✭ 62 (-24.39%)
Mutual labels:  proxy
Lightsocks Nodejs
It's a simple socks5 proxy tool which based on lightsocks
Stars: ✭ 79 (-3.66%)
Mutual labels:  proxy
Mr2
Mr.2 can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration.
Stars: ✭ 1,102 (+1243.9%)
Mutual labels:  proxy
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-15.85%)
Mutual labels:  proxy
Jsonpatcherproxy
ES6 proxy powered JSON Object observer that emits JSON patches when changes occur to your object tree.
Stars: ✭ 81 (-1.22%)
Mutual labels:  proxy
Docker Nginx Image Proxy
on the fly image cropping with gravity, resize and compression microservice
Stars: ✭ 79 (-3.66%)
Mutual labels:  proxy
Whistle
HTTP, HTTP2, HTTPS, Websocket debugging proxy
Stars: ✭ 9,683 (+11708.54%)
Mutual labels:  proxy

文件代下载服务,github文件加速下载

更多项目说明可以前往blog查看:文件代下载服务说明

项目使用地址:https://pd.zwc365.com

CloudFlare 代下 功能基于开源仓库修改:hunshcn/gh-proxy

如果你使用的是 Chrome 浏览器,现在推出了扩展程序。如何安装和使用,请查阅:文件加速下载Chrome扩展程序

为了防止滥用,公布了黑名单网站黑名单列表,位于列表中的网站将无法使用加速,希望一起完善此列表(为了防止服务被封禁,故有此设计)

如果发现一些脚本或者某些程序恶意使用某链接刷流量,也会将此域名加入黑名单中

特点

理论上支持任意http协议的链接加速

支持下载文件、支持 git bash 终端直接 git clone 项目

一般情况下,推荐使用 CloudFlare 代下功能 ,没有速度以及文件大小限制

支持:zip tar.gz rar mp4 apk iso 等格式的下载文件

命令行下载使用方式

代下服务进行了命令行兼容,通过命令行代下,仅需要在下载链接的前面添加本站代下 url 前缀即可:

https://pd.zwc365.com/seturl/

示例:

# 原来的下载方式是:
wget https://github.com/zwc456baby/file-proxy/archive/master.zip

# 使用 CloudFlare 代下功能
wget https://pd.zwc365.com/cfdownload/https://github.com/zwc456baby/file-proxy/archive/master.zip

# 使用本站服务器代下功能
wget https://pd.zwc365.com/seturl/https://github.com/zwc456baby/file-proxy/archive/master.zip

代理下载截图

只需在要下载的文件前添加本站 url 即可。这样在纯命令行的系统中,也可以使用到代下服务了

命令行Clone项目使用方式

使用 git clone 一个项目 也是一样的操作步骤。如果 git bash 终端报错,提示不支持网页重定向,可能需要多一步设置(设定 git 跟随 302 重定向):

git config --global http.followRedirects true

关于 Github 项目的链接,请务必使用此处的 https 链接:

项目url

示例(目前仅支持 https 开头的项目地址):

# 原来的 clone 方式
git clone https://github.com/zwc456baby/file-proxy.git
 
# 本站代理 clone 的使用方式
git clone https://pd.zwc365.com/seturl/https://github.com/zwc456baby/file-proxy.git

代理 clone 截图

如果使用 CloudFlare 代下,添加的链接前缀是: https://pd.zwc365.com/cfdownload/

更多用法

该项目理论上支持所有 http 协议的链接,项目说明 中有更详细的用法

包括:Android 依赖库镜像站、websocket 加速、克隆 Android 源码加速

如何添加子节点

添加子节点非常简单,只要往 Nginx 中添加一份配置并简单修改即可

如果想要部署,可以前往 项目说明 中的部署子节点章节

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].