From e0fc0d694465ee969b6c4151e3db5e5ca9194b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E4=B9=9D?= <366193849@qq.com> Date: Sun, 19 Sep 2021 21:02:04 +0800 Subject: [PATCH] update readme --- README.html | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index 1dba5fd..980a0a5 100644 --- a/README.html +++ b/README.html @@ -392,7 +392,7 @@ code {

3.1 windows

  1. 客户端访问https://github.com
  2. -
  3. 客户端向dns查询github.com的ip,fastgithub拦截dns数据包并伪造解析结果为127.0.1
  4. +
  5. 客户端向dns查询github.com的ip,fastgithub拦截dns数据包并伪造解析结果为127.0.0.1
  6. 客户端请求到fastgithub的https://127.0.0.1:443
  7. fastgithub使用fastgithub.cer颁发服务器证书给客户端
  8. fastgithub查询和计算github.com最快的ip
  9. diff --git a/README.md b/README.md index 79a4166..1c32ec3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ github加速神器,解决github打不开、用户头像无法加载、releases ### 3 加速原理 #### 3.1 windows 1. 客户端访问`https://github.com` -2. 客户端向dns查询github.com的ip,fastgithub拦截dns数据包并伪造解析结果为127.0.1 +2. 客户端向dns查询github.com的ip,fastgithub拦截dns数据包并伪造解析结果为127.0.0.1 3. 客户端请求到fastgithub的`https://127.0.0.1:443` 4. fastgithub使用fastgithub.cer颁发服务器证书给客户端 5. fastgithub查询和计算github.com最快的ip