独立amazonaws
This commit is contained in:
parent
a65c4ee8c3
commit
548b6af0cd
12
FastGithub/appsettings.amazonaws.json
Normal file
12
FastGithub/appsettings.amazonaws.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"FastGithub": {
|
||||
"DomainConfigs": {
|
||||
"*s3*.amazonaws.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
"*.*s3*.amazonaws.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -2,15 +2,12 @@
|
||||
"FastGithub": {
|
||||
"DomainConfigs": {
|
||||
"*.fastly.net": {
|
||||
"TlsSni": false,
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
"*.*.fastly.net": {
|
||||
"TlsSni": false,
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
"*.*.*.fastly.net": {
|
||||
"TlsSni": false,
|
||||
"TlsIgnoreNameMismatch": true
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,15 +4,18 @@
|
||||
"github.com": {
|
||||
"TlsSni": false
|
||||
},
|
||||
"api.github.com": {
|
||||
"TlsSni": false
|
||||
},
|
||||
"githubstatus.com": {
|
||||
"TlsSni": false
|
||||
},
|
||||
"*.github.com": {
|
||||
"TlsSni": false
|
||||
},
|
||||
"gist.github.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
"*.github.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
"*.github.io": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
@ -24,9 +27,6 @@
|
||||
},
|
||||
"*.githubusercontent.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
"*github*.s3.amazonaws.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
{
|
||||
"FastGithub": {
|
||||
"DomainConfigs": {
|
||||
"i.imgur.com": {
|
||||
"IPAddress": "146.75.8.193",
|
||||
"imgur.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
"i.*.imgur.com": {
|
||||
"IPAddress": "146.75.8.193",
|
||||
"*.imgur.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
},
|
||||
"*.*.imgur.com": {
|
||||
"TlsIgnoreNameMismatch": true
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user