远程配置调整。

pull/336/head
王良 2024-08-27 14:16:05 +08:00
parent ab69e708b2
commit 0e7b4eacf3
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
{ {
"server": { "server": {
"intercepts": { "intercepts": {
"github.com": {
"^((/[^/]+){2,})/raw((/[^/]+)+\\.(jpg|jpeg|png|gif))(\\?.*)?$": {
"sni": "baidu.com" // proxy拦截器不会使用 .* 中的sni配置故补充此配置
},
"^((/[^/]+){2,})/raw((/[^/]+)+\\.js)(\\?.*)?$": {
"sni": "baidu.com" // proxy拦截器不会使用 .* 中的sni配置故补充此配置
}
},
"github.githubassets.com": { "github.githubassets.com": {
".*": { ".*": {
"sni": "baidu.com" "sni": "baidu.com"