The Anti-DDoS module offers a variety of handling methods. The processing rules for different handling methods are as follows:
Handling Method | Handling Method Description | Subsequent Action |
Intercept (Deny) | Directly discard the request data packets and do not continue to match other policies. | - |
Permit (Allow) | Directly allow the access of this request data packet, without further matching other policies. | - |
Discard and block | Directly discard the request packet and add the IP to the backend blocklist. | - |
Continue protection | Continue to execute matching other policies | Continue to match other policies in sequence |