stackoverflow优化

This commit is contained in:
xljiulang 2021-07-20 00:21:57 +08:00
parent ed4978a6f6
commit 994099a7d2
2 changed files with 11 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace FastGithub.ReverseProxy
var baseUri = new Uri(defaultValue);
var result = new Uri(baseUri, destination).ToString();
this.logger.LogInformation($"[{defaultValue}->{result}]");
this.logger.LogInformation($"[{defaultValue} <-> {result}]");
return result;
}

View File

@ -66,6 +66,16 @@
"ContentType": "text/plain;charset=utf-8",
"ContentValue": "阻断的请求"
}
},
"lh*.googleusercontent.com": {
"Response": {
"StatusCode": 404
}
},
"www.google.com": {
"Response": {
"StatusCode": 404
}
}
}
},