~sbaildon/caddy-regexp-replace

881f0c9ded9f5fc2fd4770b01b3a79244d4456be — Sean Baildon 7 months ago 9ed34ba
readme
1 files changed, 6 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +6 -0
@@ 7,3 7,9 @@ today, it's nothing more than a regex wrapper
```go
regexp.MustCompile(`\.`).ReplaceAll(request.Host, []byte("_"))
```

## Use with Caddy

```bash
xcaddy build --with git.sr.ht/~sbaildon/caddy-regexp-replace
```