Go to file
2021-07-15 19:51:01 +08:00
FastGithub 修改默认配置 2021-07-15 19:30:59 +08:00
FastGithub.Core 使用Directory.Build 2021-06-20 22:09:18 +08:00
FastGithub.Dns 修改默认配置 2021-07-15 19:30:59 +08:00
FastGithub.ReverseProxy 增加IGithubResolver接口 2021-07-15 12:50:58 +08:00
FastGithub.Scanner 增加IGithubResolver接口 2021-07-15 12:50:58 +08:00
FastGithub.Upgrade 使用Directory.Build 2021-06-20 22:09:18 +08:00
.gitattributes 添加 .gitignore 和 .gitattributes。 2021-06-11 13:37:26 +08:00
.gitignore 添加 .gitignore 和 .gitattributes。 2021-06-11 13:37:26 +08:00
Directory.Build.props 修改描述 2021-07-15 19:51:01 +08:00
FastGithub.sln 增加http反向代理 2021-07-13 18:00:28 +08:00
LICENSE Create LICENSE 2021-06-11 15:28:42 +08:00
README.md 修改描述 2021-07-15 19:51:01 +08:00

FastGithub

github加速神器

加速原理

  • 多种渠道获取github的ip(github公开的ip、各dns服务器提供的ip、ipaddress.com反查的ip)
  • 轮询完整扫描github的所有ip记录可访问的ip
  • 轮询扫描历史扫描出的可访问ip统计ip的访问成功率与访问耗时
  • 提供dns服务返回github最优ip或反向代理服务ip
  • 提供github反向代理解决浏览器出现连接被重置的问题

程序下载

下载最新发布版本