使用域名来分类配置

This commit is contained in:
陈国伟 2021-08-11 17:21:07 +08:00
parent bd7c653c42
commit c8409a8775
4 changed files with 25 additions and 19 deletions

View File

@ -0,0 +1,10 @@
{
"FastGithub": {
"DomainConfigs": {
"cdnjs.cloudflare.com": {
"TlsSni": true,
"Destination": "https://cdnjs.loli.net/"
}
}
}
}

View File

@ -6,11 +6,6 @@
},
"*.*.fastly.net": {
"TlsSni": false
},
"accounts.google.com": {
"Response": {
"StatusCode": 404
}
}
}
}

View File

@ -21,9 +21,20 @@
"TlsSni": true,
"Destination": "https://sdn.geekzu.org/"
},
"cdnjs.cloudflare.com": {
"TlsSni": true,
"Destination": "https://cdnjs.loli.net/"
"lh*.googleusercontent.com": {
"Response": {
"StatusCode": 404
}
},
"google.com": {
"Response": {
"StatusCode": 404
}
},
"*.google.com": {
"Response": {
"StatusCode": 404
}
}
}
}

View File

@ -8,17 +8,7 @@
"i.*.imgur.com": {
"IPAddress": "146.75.8.193",
"TlsIgnoreNameMismatch": true
},
"lh*.googleusercontent.com": {
"Response": {
"StatusCode": 404
}
},
"www.google.com": {
"Response": {
"StatusCode": 404
}
}
}
}
}
}