独立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": { "FastGithub": {
"DomainConfigs": { "DomainConfigs": {
"*.fastly.net": { "*.fastly.net": {
"TlsSni": false,
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
}, },
"*.*.fastly.net": { "*.*.fastly.net": {
"TlsSni": false,
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
}, },
"*.*.*.fastly.net": { "*.*.*.fastly.net": {
"TlsSni": false,
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
} }
} }

View File

@ -4,15 +4,18 @@
"github.com": { "github.com": {
"TlsSni": false "TlsSni": false
}, },
"api.github.com": {
"TlsSni": false
},
"githubstatus.com": { "githubstatus.com": {
"TlsSni": false "TlsSni": false
}, },
"*.github.com": {
"TlsSni": false
},
"gist.github.com": { "gist.github.com": {
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
}, },
"*.github.com": {
"TlsIgnoreNameMismatch": true
},
"*.github.io": { "*.github.io": {
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
}, },
@ -24,9 +27,6 @@
}, },
"*.githubusercontent.com": { "*.githubusercontent.com": {
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
},
"*github*.s3.amazonaws.com": {
"TlsIgnoreNameMismatch": true
} }
} }
} }

View File

@ -1,12 +1,13 @@
{ {
"FastGithub": { "FastGithub": {
"DomainConfigs": { "DomainConfigs": {
"i.imgur.com": { "imgur.com": {
"IPAddress": "146.75.8.193",
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
}, },
"i.*.imgur.com": { "*.imgur.com": {
"IPAddress": "146.75.8.193", "TlsIgnoreNameMismatch": true
},
"*.*.imgur.com": {
"TlsIgnoreNameMismatch": true "TlsIgnoreNameMismatch": true
} }
} }