Không có mô tả

陈国伟 27c777676d add server name 3 năm trước cách đây
.github 38a20863a6 Update bug-----.md 3 năm trước cách đây
@dnscrypt-proxy 5a1180d198 增加linux-arm64 3 năm trước cách đây
FastGithub 27c777676d add server name 3 năm trước cách đây
FastGithub.Configuration 6e57a7d465 更新依赖库版本 3 năm trước cách đây
FastGithub.DomainResolve 6e57a7d465 更新依赖库版本 3 năm trước cách đây
FastGithub.FlowAnalyze 1c2fa2fc18 修复高并发下计算得的速率值可能偏低的问题 3 năm trước cách đây
FastGithub.Http 27c777676d add server name 3 năm trước cách đây
FastGithub.HttpServer 27c777676d add server name 3 năm trước cách đây
FastGithub.PacketIntercept 6e57a7d465 更新依赖库版本 3 năm trước cách đây
FastGithub.UI 3d534d0dfd FocusVisualStyle 3 năm trước cách đây
Resources ba41ec4112 Add auto proxy config detail to tutorial. 3 năm trước cách đây
.gitattributes 5b39a543fd 添加 .gitignore 和 .gitattributes。 4 năm trước cách đây
.gitignore 5b39a543fd 添加 .gitignore 和 .gitattributes。 4 năm trước cách đây
Directory.Build.props 6e57a7d465 更新依赖库版本 3 năm trước cách đây
FastGithub.sln c11f7af44d winApi安装dnscrypt-proxy服务 3 năm trước cách đây
GitVersion.yml 231b91aa46 add github action 4 năm trước cách đây
LICENSE cf5e66fb00 Create LICENSE 4 năm trước cách đây
MacOSXConfig.md 447988e350 Update MacOSXConfig.md 3 năm trước cách đây
README.html 8bbdcaa2b9 update readme 3 năm trước cách đây
README.md 1915aa0ad7 添加docker-compose支持 (#73) 3 năm trước cách đây
docker-compose.yaml 1915aa0ad7 添加docker-compose支持 (#73) 3 năm trước cách đây
pack.sh 5a1180d198 增加linux-arm64 3 năm trước cách đây
publish.cmd 5a1180d198 增加linux-arm64 3 năm trước cách đây

README.html

















FastGithub


github加速神器,解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题。


1 程序下载



2 部署方式


2.1 windows-x64



  • 双击运行FastGithub.UI.exe

  • fastgithub.exe start // 以windows服务安装并启动

  • fastgithub.exe stop // 以windows服务卸载并删除


2.2 linux-x64



  • 执行./fastgithub

  • 安装cacert/fastgithub.cer到受信任的根证书颁发机构

  • 设置系统自动代理为http://127.0.0.1:38457,或手动代理http/https为127.0.0.1:38457


2.3 macOS-x64



  • 双击运行fastgithub

  • 安装cacert/fastgithub.cer并设置信任

  • 设置系统自动代理为http://127.0.0.1:38457,或手动代理http/https为127.0.0.1:38457

  • 具体配置详情


3 软件功能



  • 提供域名的纯净IP解析;

  • 提供IP测速并选择最快的IP;

  • 提供域名的tls连接自定义配置;

  • google的CDN资源替换,解决大量国外网站无法加载js和css的问题;


4 证书验证


4.1 git


git操作提示SSL certificate problem

需要关闭git的证书验证:git config --global http.sslverify false


4.2 firefox


firefox提示连接有潜在的安全问题

设置->隐私与安全->证书->查看证书->证书颁发机构,导入cacert/fastgithub.cer,勾选“信任由此证书颁发机构来标识网站”


5 安全性说明


FastGithub为每台不同的主机生成自颁发CA证书,保存在cacert文件夹下。客户端设备需要安装和无条件信任自颁发的CA证书,请不要将证书私钥泄露给他人,以免造成损失。


6 合法性说明


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