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

This commit is contained in:
刘祥超
2022-07-03 22:09:37 +08:00
parent d5f6acf690
commit af87cc9f16

View File

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