This commit is contained in:
xljiulang 2021-07-22 22:56:18 +08:00
parent fade24de0e
commit 31d05f6149
3 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>1.0.6</Version> <Version>1.0.7</Version>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Description>github加速神器</Description> <Description>github加速神器</Description>
<Copyright>https://github.com/xljiulang/FastGithub</Copyright> <Copyright>https://github.com/xljiulang/FastGithub</Copyright>

View File

@ -26,4 +26,11 @@ github加速神器
需要关闭git的证书验证 需要关闭git的证书验证
``` ```
git config --global http.sslverify false git config --global http.sslverify false
``` ```
### 配置文件
#### 主配置文件
appsettings.json为主配置文件里面有dns配置和域名的配置示例。
#### 子配置文件
appsettings.*.json为子配置文件默认有github和stackoverflow的配置新增子配置文件后需要重启FastGithub才生效。

View File

@ -55,6 +55,16 @@
</code> </code>
</p> </p>
<h3>配置文件</h3>
<h4>主配置文件</h4>
<p>appsettings.json为主配置文件里面有dns配置和域名的配置示例。</p>
<h4>子配置文件</h4>
<p>appsettings.*.json为子配置文件默认有github和stackoverflow的配置新增子配置文件后需要重启FastGithub才生效。</p>
</div> </div>
</body> </body>
</html> </html>