修改说明

This commit is contained in:
陈国伟 2021-07-15 08:52:15 +08:00
parent ddec5b49c6
commit 46606fed5f
2 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,6 @@
# FastGithub # FastGithub
github定制版的dns服务解析github最优的ip github定制版的dns服务解析github最优的ip
### 安装根证书
默认开启github反向代理功能开启之后dns返回github的ip指向FastGithub自身。
需要在浏览器所在的设备安装FastGithub.cer到`将所有的证书都放入下载存储\受信任的根证书颁发机构`
### 本机使用 ### 本机使用
* 运行FastGithub程序本机的网络适配器的dns会自动变成127.0.0.1 * 运行FastGithub程序本机的网络适配器的dns会自动变成127.0.0.1
* 如果网络适配器的dns没有变成127.0.0.1请手工修改网络适配器的dns * 如果网络适配器的dns没有变成127.0.0.1请手工修改网络适配器的dns
@ -12,6 +8,7 @@ github定制版的dns服务解析github最优的ip
### 局域网服务器使用 ### 局域网服务器使用
* 在局域网服务器运行FastGithub程序 * 在局域网服务器运行FastGithub程序
* 手工修改你电脑的网络适配器的dns值为局域网服务器的ip * 手工修改你电脑的网络适配器的dns值为局域网服务器的ip
* 在你的电脑安装FastGithub.cer到`将所有的证书都放入下载存储\受信任的根证书颁发机构`
### 以windows服务运行 ### 以windows服务运行
以管理员身份运行cmd键入如下命令其中D:\Softs为软件实际目录 以管理员身份运行cmd键入如下命令其中D:\Softs为软件实际目录

View File

@ -5,7 +5,7 @@
"SetToLocalMachine": true // 使dns(windows) "SetToLocalMachine": true // 使dns(windows)
}, },
"ReverseProxy": { "ReverseProxy": {
"Enable": true, // 使访github, "Enable": true, // 使访github
"ForwarderRequestConfig": { "ForwarderRequestConfig": {
"Timeout": "00:02:00" // "Timeout": "00:02:00" //
} }