独立amazonaws

This commit is contained in:
陈国伟 2021-08-12 09:18:53 +08:00
parent a65c4ee8c3
commit 548b6af0cd
4 changed files with 23 additions and 13 deletions

View File

@ -0,0 +1,12 @@
{
"FastGithub": {
"DomainConfigs": {
"*s3*.amazonaws.com": {
"TlsIgnoreNameMismatch": true
},
"*.*s3*.amazonaws.com": {
"TlsIgnoreNameMismatch": true
}
}
}
}

View File

@ -2,15 +2,12 @@
"FastGithub": {
"DomainConfigs": {
"*.fastly.net": {
"TlsSni": false,
"TlsIgnoreNameMismatch": true
},
"*.*.fastly.net": {
"TlsSni": false,
"TlsIgnoreNameMismatch": true
},
"*.*.*.fastly.net": {
"TlsSni": false,
"TlsIgnoreNameMismatch": true
}
}

View File

@ -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
}
}
}

View File

@ -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
}
}