Skip to content

Commit d08369f

Browse files
Update README.md
Signed-off-by: Jason Cameron <[email protected]>
1 parent cbcf3d8 commit d08369f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ defender <responder> {
8484
- `custom`: Returns a custom message (requires `responder_args`).
8585
- `<ip_ranges...>`: A list of CIDR ranges or predefined range keys (e.g., `openai`, `localhost`) to match against the client's IP.
8686
- `<custom message>`: A custom message to return when using the `custom` responder.
87-
#### **Ordering the Middleware**
88-
To ensure the `defender` middleware runs before other middleware (e.g., `basicauth`), add the following to your global configuration:
89-
90-
```caddyfile
91-
{
92-
order defender before basicauth
93-
}
94-
```
95-
9687
---
9788

9889
### **Examples**
@@ -143,7 +134,9 @@ The plugin includes predefined IP ranges for popular AI services. These ranges a
143134
| DeepSeek | [deepseek.go](ranges/fetchers/deepseek.go) |
144135
| GitHub Copilot | [github.go](ranges/fetchers/github.go) |
145136
| Microsoft Azure | [azure.go](ranges/fetchers/azure.go) |
146-
| Localhost (testing) | [localhost.go](ranges/fetchers/localhost.go) |
137+
| Localhost (testing) | [localhost.go](ranges/fetchers/localhost.go) |
138+
| AWS | [aws.go](ranges/fetchers/aws/aws.go) |
139+
| AWS Region | [aws_region.go](ranges/fetchers/aws/aws_region.go) |
147140

148141
More are welcome! for a precompiled list, see the [embedded results](ranges/data/generated.go)
149142

0 commit comments

Comments
 (0)