|
@@ -160,6 +160,12 @@ func (s *webForwardingService) buildWebForwardingModel(req *v1.WebForwardingData
|
|
HttpsCert: req.HttpsCert,
|
|
HttpsCert: req.HttpsCert,
|
|
HttpsKey: req.HttpsKey,
|
|
HttpsKey: req.HttpsKey,
|
|
SslCertId: int(require.SslPolicyId),
|
|
SslCertId: int(require.SslPolicyId),
|
|
|
|
+ Cc: req.CcConfig.IsOn,
|
|
|
|
+ ThresholdMethod: req.CcConfig.ThresholdMethod,
|
|
|
|
+ Level: req.CcConfig.Level,
|
|
|
|
+ Limit5s: req.CcConfig.Limit5s,
|
|
|
|
+ Limit60s: req.CcConfig.Limit60s,
|
|
|
|
+ Limit300s: req.CcConfig.Limit300s,
|
|
Proxy: req.Proxy,
|
|
Proxy: req.Proxy,
|
|
}
|
|
}
|
|
}
|
|
}
|