Go to file
2021-06-23 11:49:37 +08:00
FastGithub 增加dns查询超时时长 2021-06-21 21:11:50 +08:00
FastGithub.Core 使用Directory.Build 2021-06-20 22:09:18 +08:00
FastGithub.Dns 应用关闭时恢复原dns记录 2021-06-21 08:50:48 +08:00
FastGithub.Scanner 增加快速扫描功能 2021-06-23 11:49:37 +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-06-23 11:49:37 +08:00
FastGithub.sln 拆分升级项目 2021-06-20 17:24:08 +08:00
LICENSE Create LICENSE 2021-06-11 15:28:42 +08:00
README.md Update README.md 2021-06-20 00:19:29 +08:00

FastGithub

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

加速原理

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

程序下载

下载最新发布版本