fix bug
This commit is contained in:
parent
e9f960e8e8
commit
e19c8e9f36
@ -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) =>
|
||||
|
||||
@ -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证书到`将所有的证书都放入下载存储\受信任的根证书颁发机构`
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user