增加UAM(5秒盾)集群设置

This commit is contained in:
GoEdgeLab
2022-07-03 22:09:37 +08:00
parent 080a88aa1e
commit 21d85af2fa

View File

@@ -281,6 +281,7 @@ func (this *HTTPRequest) doBegin() {
}
}
} else if this.ReqServer.UAM != nil && this.ReqServer.UAM.IsOn {
this.web.UAM = this.ReqServer.UAM
if this.doUAM() {
this.doEnd()
return