update readme

This commit is contained in:
老九 2021-08-26 23:08:52 +08:00
parent 5139813123
commit 9bb8dd5a27

View File

@ -7,6 +7,15 @@ github加速神器解决github打不开、用户头像无法加载、releases
* 请求安全dns服务(dnscrypt-proxy)获取域名的ip
* 选择最优的ip进行ssh或https反向代理
### 协议列表
| 协议 | 资源标识 | 端口要求 | 用途 |
| ----- | ------------------- | ---------- | -------------------------------- |
| DNS | udp://0.0.0.0:53 | 要求可用 | 解析github相关域名指向FastGithub |
| DoH | https://0.0.0.0:443 | 要求可用 | 解析github相关域名指向FastGithub |
| HTTPS | https://0.0.0.0:443 | 要求可用 | 反向代理https请求 |
| HTTP | http://0.0.0.0:80 | 不要求可用 | 反向代理http请求 |
| SSH | ssh://0.0.0.0:22 | 不要求可用 | 代理ssh请求到github |
### 程序下载
如果不能下载[releases](https://github.com/dotnetcore/FastGithub)里发布的程序可以到Q群`307306673`里面的群文件下载。