Go to file
2021-07-27 10:02:55 +08:00
@dnscrypt-proxy 独立dnscrypt 2021-07-27 10:02:55 +08:00
FastGithub 发布之前清除 2021-07-26 12:46:03 +08:00
FastGithub.Core 所有项目升级到.net6 2021-07-26 10:45:41 +08:00
FastGithub.Dns 修改提示语 2021-07-27 09:30:38 +08:00
FastGithub.DomainResolve 独立dnscrypt 2021-07-27 10:02:55 +08:00
FastGithub.Http 所有项目升级到.net6 2021-07-26 10:45:41 +08:00
FastGithub.ReverseProxy 修改提示语 2021-07-27 09:30:38 +08:00
FastGithub.Upgrade 所有项目升级到.net6 2021-07-26 10:45:41 +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 所有项目升级到.net6 2021-07-26 10:45:41 +08:00
FastGithub.sln 项目合并与重命名 2021-07-24 23:30:47 +08:00
GitVersion.yml add github action 2021-07-25 14:06:33 +08:00
LICENSE Create LICENSE 2021-06-11 15:28:42 +08:00
README.md Update README.md 2021-07-21 22:15:28 +08:00

FastGithub

github加速神器

加速原理

  • 修改本机的dns服务指向FastGithub自身
  • 解析匹配的域名为FastGithub自身的ip
  • 请求不受污染的dns服务(dnscrypt-proxy)获取域名的ip
  • 使用得到的ip进行无或有SNI的https反向代理

加速站点

github

  • github.com
  • githubstatus.com
  • *.github.com
  • *.github.io
  • *.githubapp.com
  • *.githubassets.com
  • *.githubusercontent.com
  • *github*.s3.amazonaws.com

stackoverflow

  • ajax.googleapis.com -> gapis.geekzu.org/ajax
  • fonts.googleapis.com -> fonts.geekzu.org
  • themes.googleusercontent.com -> gapis.geekzu.org/g-themes
  • fonts.gstatic.com -> gapis.geekzu.org/g-fonts
  • secure.gravatar.com -> sdn.geekzu.org
  • *.gravatar.com -> fdn.geekzu.org
  • i.stack.imgur.com => 404
  • lh*.googleusercontent.com => 404
  • www.google.com => 404

Q群

307306673

如果你还没有此工具或者其它原因不能下载releases里发布的程序可以到Q群文件下载。

安全性说明

FastGithub生成自签名CA证书要求安装到本机设备。FastGithub为每台不同设备生成的CA不同的证书保存在CACert文件夹下请不要将证书私钥泄露给他人以免造成损失。

合法性说明

《国际联网暂行规定》第六条规定:“计算机信息网络直接进行国际联网,必须使用邮电部国家公用电信网提供的国际出入口信道。任何单位和个人不得自行建立或者使用其他信道进行国际联网。” FastGithub本地代理使用的都是“公用电信网提供的国际出入口信道”从国外的Github服务器到国内用户电脑的流量使用的是正常流量通道其间未对流量进行任何额外加密仅有网页原有的TLS加密用户和代理人并不掌握该TLS密钥区别于VPN的流量加密而FastGithub获取到网页数据之后发生的整个代理过程完全在国内不再适用国际互联网相关之规定。