mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-09 11:20:25 +08:00
优化ACME读取速度
This commit is contained in:
@@ -12,6 +12,10 @@ func (this *HTTPRequest) doACME() {
|
|||||||
// TODO 对请求进行校验,防止恶意攻击
|
// TODO 对请求进行校验,防止恶意攻击
|
||||||
|
|
||||||
token := filepath.Base(this.RawReq.URL.Path)
|
token := filepath.Base(this.RawReq.URL.Path)
|
||||||
|
if token == "acme-challenge" || len(token) <= 32 {
|
||||||
|
this.writer.WriteHeader(http.StatusNotFound)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
rpcClient, err := rpc.SharedRPC()
|
rpcClient, err := rpc.SharedRPC()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user