增加live域名
This commit is contained in:
parent
ad695b1306
commit
fab33b4fad
15
FastGithub/appsettings.live.json
Normal file
15
FastGithub/appsettings.live.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"FastGithub": {
|
||||||
|
"DomainConfigs": {
|
||||||
|
"live.com": {
|
||||||
|
"TlsSni": false
|
||||||
|
},
|
||||||
|
"*.live.com": {
|
||||||
|
"TlsSni": false
|
||||||
|
},
|
||||||
|
"*.*.live.com": {
|
||||||
|
"TlsSni": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user