File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,6 @@ defender <responder> {
84
84
- ` custom ` : Returns a custom message (requires ` responder_args ` ).
85
85
- ` <ip_ranges...> ` : A list of CIDR ranges or predefined range keys (e.g., ` openai ` , ` localhost ` ) to match against the client's IP.
86
86
- ` <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
-
96
87
---
97
88
98
89
### ** Examples**
@@ -143,7 +134,9 @@ The plugin includes predefined IP ranges for popular AI services. These ranges a
143
134
| DeepSeek | [ deepseek.go] ( ranges/fetchers/deepseek.go ) |
144
135
| GitHub Copilot | [ github.go] ( ranges/fetchers/github.go ) |
145
136
| 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 ) |
147
140
148
141
More are welcome! for a precompiled list, see the [ embedded results] ( ranges/data/generated.go )
149
142
You can’t perform that action at this time.
0 commit comments