diff --git a/README.md b/README.md index 09a80ae..9e9bb79 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ defender { - `garbage`: Returns garbage data to pollute AI training. - `custom`: Returns a custom message (requires `responder_args`). - `ratelimit`: Marks requests for rate limiting (requires [Caddy-Ratelimit](https://github.com/mholt/caddy-ratelimit) to be installed as well ). -- ``: A list of CIDR ranges or predefined range keys (e.g., `openai`, `private`) to match against the client's IP. +- ``: An optional list of CIDR ranges or predefined range keys to match against the client's IP. Defaults to `aws azurepubliccloud deepseek gcloud githubcopilot openai private`. - ``: A custom message to return when using the `custom` responder. ---