Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo authored Jan 17, 2025
1 parent 0b576c6 commit 28d20f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ localhost:8081 {
Return a custom message for requests from specific IP ranges:
```caddyfile
localhost:8082 {
defender custom "Custom response message" {
defender custom {
message "Custom response message"
range 10.0.0.0/8
}
respond "Hello, world!" # what humans see
Expand Down

0 comments on commit 28d20f7

Please sign in to comment.