From fc23e0324d12b46772a62dfc7dfb23094c44c980 Mon Sep 17 00:00:00 2001 From: Ezreal Date: Mon, 8 Nov 2021 15:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0msecnd.net=E7=9A=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20(#82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加appsettings.msecnd.json;替换vscode的cdn源 --- FastGithub/appsettings/appsettings.msecnd.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 FastGithub/appsettings/appsettings.msecnd.json diff --git a/FastGithub/appsettings/appsettings.msecnd.json b/FastGithub/appsettings/appsettings.msecnd.json new file mode 100644 index 0000000..ca0602f --- /dev/null +++ b/FastGithub/appsettings/appsettings.msecnd.json @@ -0,0 +1,14 @@ +{ + "FastGithub": { + "DomainConfigs": { + "az764295.vo.msecnd.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true, + "Destination": "https://vscode.cdn.azure.cn/" + }, + "*.*.msecnd.net": { + "TlsIgnoreNameMismatch": true + } + } + } +} \ No newline at end of file