Go to file
2021-07-15 03:28:35 +08:00
FastGithub 调整GC mode 2021-07-15 03:04:11 +08:00
FastGithub.Core 使用Directory.Build 2021-06-20 22:09:18 +08:00
FastGithub.Dns 重构dns服务 2021-07-15 01:34:57 +08:00
FastGithub.ReverseProxy 修改日志 2021-07-15 03:28:35 +08:00
FastGithub.Scanner 优化反向代理 2021-07-15 02:49:31 +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 1.0.3 2021-07-14 15:32:53 +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 Create README.md 2021-06-25 13:36:40 +08:00

FastGithub

github定制版的dns服务解析github最优的ip

加速原理

  • 多种渠道获取github的ip(github公开的ip、各dns服务器提值的ip、ipaddress.com反查的ip)
  • 轮询完整扫描github的所有ip记录可访问的ip
  • 轮询扫描历史扫描出的可访问ip统计ip的访问成功率与访问耗时
  • 提值dns服务客户端查询github相关域名时返回对应的最优ip

程序下载

下载最新发布版本