소스 검색

添加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
+      }
+    }
+  }
+}