> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/elastic-compute/ddos-protection/09-configuration-guide.md).

# Configuration Guide

Use the quick references below to configure DDoS protection for your ZEC instances.

## DDoS Protection Policies

Configure cleaning policies for your EIPs, including rate limits, fingerprint rules, and geographic filtering.

**Console:** [DDoS Protection → Policies](https://console.zenlayer.com/zec/ddos/policy/create)

## EIP Threshold Adjustment

Review and adjust per-EIP thresholds for BPS, PPS, InCPS, and OutCPS.

**Console:** Navigate to the [Elastic IPv4](https://console.zenlayer.com/zec/elastic-ip) page, click the **⋯** menu in the Actions column, and select **Change Block Threshold**.

## Geographic Filtering

Block inbound traffic from specific countries.

**Console:** [DDoS Protection → Policies → Geo Rules](https://console.zenlayer.com/zec/ddos/policy/create)

## IP Allow/Block Lists

Add or remove source IPs from your allow list or block list.

**Console:** [DDoS Protection → Policies → IP Lists](https://console.zenlayer.com/zec/ddos/policy/create)

## Fingerprint Rules

Define custom payload-matching rules to block specific attack signatures.

**Console:** [DDoS Protection → Policies → Fingerprints](https://console.zenlayer.com/zec/ddos/policy/create)

## Blackhole Management

View active blackhole events and manually release a blackhole before expiration.

**Console:** [DDoS Protection → Events](https://console.zenlayer.com/zec/ddos/attack)

## Notification Settings

Configure email recipients and notification preferences for DDoS events.

**Console:** [Notification Settings](https://console.zenlayer.com/notification/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/elastic-compute/ddos-protection/09-configuration-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
