浏览代码

添加msecnd.net的支持 (#82)

* 添加appsettings.msecnd.json;替换vscode的cdn源
Ezreal 3 年之前
父节点
当前提交
fc23e0324d
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      FastGithub/appsettings/appsettings.msecnd.json

+ 14 - 0
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
+      }
+    }
+  }
+}