Browse Source

nuget和maven加速

陈国伟 3 years ago
parent
commit
91ccf6211b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      FastGithub/appsettings/appsettings.dnspollution.json

+ 6 - 0
FastGithub/appsettings/appsettings.dnspollution.json

@@ -4,6 +4,12 @@
       "*.cloudflare.com": {
       "*.cloudflare.com": {
         "TlsSni": true
         "TlsSni": true
       },
       },
+      "*.nuget.org": {
+        "TlsSni": true
+      },
+      "*.maven.org": {
+        "TlsSni": true
+      },
       "rawgit.com": {
       "rawgit.com": {
         "TlsSni": true
         "TlsSni": true
       }
       }