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