Skip to content

Commit

Permalink
增加多个常见程序员网站
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang committed Aug 9, 2021
1 parent b7bb7a4 commit 147b59e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 24 deletions.
30 changes: 30 additions & 0 deletions FastGithub/appsettings.cdn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"FastGithub": {
"DomainConfigs": {
"cdnjs.cloudflare.com": {
"TlsSni": true,
"Destination": "https://cdnjs.loli.net/"
},
"ajax.googleapis.com": {
"TlsSni": true,
"Destination": "https://ajax.loli.net/"
},
"fonts.googleapis.com": {
"TlsSni": true,
"Destination": "https://fonts.loli.net/"
},
"themes.googleusercontent.com": {
"TlsSni": true,
"Destination": "https://themes.loli.net/"
},
"fonts.gstatic.com": {
"TlsSni": true,
"Destination": "https://gstatic.loli.net/"
},
"*.gravatar.com": {
"TlsSni": true,
"Destination": "https://gravatar.loli.net/"
}
}
}
}
17 changes: 17 additions & 0 deletions FastGithub/appsettings.codeproject.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"FastGithub": {
"DomainConfigs": {
"*.fastly.net": {
"TlsSni": false
},
"*.*.fastly.net": {
"TlsSni": false
},
"accounts.google.com": {
"Response": {
"StatusCode": 404
}
}
}
}
}
24 changes: 0 additions & 24 deletions FastGithub/appsettings.stackoverflow.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
{
"FastGithub": {
"DomainConfigs": {
"cdnjs.cloudflare.com": {
"TlsSni": true,
"Destination": "https://cdnjs.loli.net/"
},
"ajax.googleapis.com": {
"TlsSni": true,
"Destination": "https://ajax.loli.net/"
},
"fonts.googleapis.com": {
"TlsSni": true,
"Destination": "https://fonts.loli.net/"
},
"themes.googleusercontent.com": {
"TlsSni": true,
"Destination": "https://themes.loli.net/"
},
"fonts.gstatic.com": {
"TlsSni": true,
"Destination": "https://gstatic.loli.net/"
},
"*.gravatar.com": {
"TlsSni": true,
"Destination": "https://gravatar.loli.net/"
},
"i.imgur.com": {
"IPAddress": "146.75.8.193"
},
Expand Down

0 comments on commit 147b59e

Please sign in to comment.