# FastGithub **Repository Path**: docplus/fast-github ## Basic Information - **Project Name**: FastGithub - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-06-21 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastGithub github定制版的dns服务,解析github最优的ip ### 项目介绍 本仓储只提供[FastGithub](https://github.com/xljiulang/fastgithub)依赖的资源文件,不同步源代码 ### 加速原理 * 多种渠道获取github的ip(github公开的ip、各dns服务器提值的ip、ipaddress.com反查的ip) * 轮询完整扫描github的所有ip,记录可访问的ip; * 轮询扫描历史扫描出的可访问ip,统计ip的访问成功率与访问耗时; * 提值dns服务,客户端查询github相关域名时返回对应的最优ip; ### 使用方式 #### 本机使用 * 运行FastGithub程序,本机的网络适配器的dns会自动变成127.0.0.1 * 如果网络适配器的dns没有变成127.0.0.1,请手工修改网络适配器的dns #### 局域网服务器使用(推荐) * 在局域网服务器运行FastGithub程序 * 手工修改你电脑的网络适配器的dns,值为局域网服务器的ip #### 以windows服务运行 以管理员身份运行cmd,键入如下命令,其中D:\Softs为软件实际目录 * D:\Softs\FastGithub.exe start // 安装并启动服务 * D:\Softs\FastGithub.exe stop // 卸载并删除服务 #### 程序下载 [下载最新发布版本](https://gitee.com/jiulang/fast-github/releases)(1.0.0)