#caddy-regexp-replace
amibitions to become a fully fledged caddy module
today, it's nothing more than a regex wrapper
regexp.MustCompile(`\.`).ReplaceAll(request.Host, []byte("-"))
#Use with Caddy
xcaddy build --with git.sr.ht/~sbaildon/caddy-regexp-replace