Go to file
2021-06-16 13:22:42 +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 调整默认时间间隔 2021-06-16 13:22:42 +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 00:19:22 +08:00

FastGithub

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

加速原理

  • 使用github公开的ip范围扫描所有可用的ip
  • 间隔指定时间(5min)检测与记录扫描到的ip的访问耗时
  • 拦截dns访问github时返回最快的ip

使用说明

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