diff --git a/FastGithub/appsettings/appsettings.microsoft.json b/FastGithub/appsettings/appsettings.microsoft.json new file mode 100644 index 0000000..48e4da0 --- /dev/null +++ b/FastGithub/appsettings/appsettings.microsoft.json @@ -0,0 +1,111 @@ +{ + "FastGithub": { + "DomainConfigs": { + "azure.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.azure.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.azure.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.*.azure.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.azureedge.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + "*.visualstudio.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.visualstudio.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + "*.live.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.live.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "microsoftonline.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.microsoftonline.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + + "windows.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.windows.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.windows.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + "azurewebsites.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.azurewebsites.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.*.azurewebsites.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + + + "*.vsassets.io": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "aadcdn.msauth.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "aadcdn.msftauth.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "static2.sharepointonline.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "az764295.vo.msecnd.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true, + "Destination": "https://vscode.cdn.azure.cn/" + }, + "*.*.msecnd.net": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + }, + "*.aspnetcdn.com": { + "TlsSni": true, + "TlsIgnoreNameMismatch": true + } + + } + } +} \ No newline at end of file diff --git a/FastGithub/appsettings/appsettings.msecnd.json b/FastGithub/appsettings/appsettings.msecnd.json deleted file mode 100644 index ca0602f..0000000 --- a/FastGithub/appsettings/appsettings.msecnd.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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 diff --git a/FastGithub/appsettings/appsettings.onedrive.json b/FastGithub/appsettings/appsettings.onedrive.json deleted file mode 100644 index 6d68424..0000000 --- a/FastGithub/appsettings/appsettings.onedrive.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "FastGithub": { - "DomainConfigs": { - "onedrive.live.com": { - "TlsSni": false - }, - "*.onedrive.live.com": { - "TlsSni": false - } - } - } -} \ No newline at end of file