独立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": {
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user