Go to file
2021-06-16 17:10:21 +08:00
FastGithub 调整默认时间间隔 2021-06-16 13:22:42 +08:00
FastGithub.Core 结果扫描与完整搜索不共用锁 2021-06-16 09:25:16 +08:00
FastGithub.Dns fix bug 2021-06-16 00:14:33 +08:00
FastGithub.Scanner 根据统计信息返回最优ip 2021-06-16 16:57:12 +08:00
.gitattributes 添加 .gitignore 和 .gitattributes。 2021-06-11 13:37:26 +08:00
.gitignore 添加 .gitignore 和 .gitattributes。 2021-06-11 13:37:26 +08:00
FastGithub.sln 分解项目 2021-06-15 23:51:11 +08:00
LICENSE Create LICENSE 2021-06-11 15:28:42 +08:00
README.md Update README.md 2021-06-16 17:10:21 +08:00

FastGithub

github定制版的dns服务解析访问github最快的ip

加速原理

  • 使用github公开的ip范围扫描所有可用的ip
  • 轮询检测并统计可用ip的访问成功率与访问耗时
  • 拦截dns访问github时返回最秀的ip

使用说明

在局域网服务器(没有就使用本机)运行本程序将网络连接的dns设置为程序运行的机器的ip。