This commit is contained in:
xljiulang 2021-07-18 15:36:51 +08:00
parent e9f960e8e8
commit e19c8e9f36
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ namespace FastGithub
{
foreach (var jsonFile in Directory.GetFiles(".", "appsettings.*.json"))
{
c.AddJsonFile(jsonFile, optional: true);
c.AddJsonFile(jsonFile, optional: true, reloadOnChange: true);
}
})
.ConfigureServices((ctx, services) =>

View File

@ -2,7 +2,7 @@
github加速神器
### 本机使用[推荐]
* 运行FastGithub程序自动本机的网络适配器的dns会为127.0.0.1和安装CA证书
* 运行FastGithub程序自动将本机的网络适配器的dns设为127.0.0.1和安装CA证书
* 如果网络适配器的dns没有变成127.0.0.1请手工修改网络适配器的dns
* 如果浏览器提示无效的证书请手工安装CA证书到`将所有的证书都放入下载存储\受信任的根证书颁发机构`

View File

@ -16,7 +16,7 @@
<h3>本机使用[推荐]</h3>
<ul><li>运行FastGithub程序自动本机的网络适配器的dns会为127.0.0.1和安装CA证书</li><li>如果网络适配器的dns没有变成127.0.0.1请手工修改网络适配器的dns</li><li>如果浏览器提示无效的证书请手工安装CA证书到<code>将所有的证书都放入下载存储\受信任的根证书颁发机构</code></li></ul>
<ul><li>运行FastGithub程序自动将本机的网络适配器的dns设为127.0.0.1和安装CA证书</li><li>如果网络适配器的dns没有变成127.0.0.1请手工修改网络适配器的dns</li><li>如果浏览器提示无效的证书请手工安装CA证书到<code>将所有的证书都放入下载存储\受信任的根证书颁发机构</code></li></ul>
<h3>局域网服务器使用</h3>