add wildcard domain redirect support
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/config/config.go → internal/config/config.go
@@ -42,6 +42,7 @@ DomainStartDate string `toml:"domain_start_date"` OriginalDomain string `toml:"original_domain"` GoatCounter URL `toml:"goatcounter"` Domains []string + WildcardDomain string OIDCHost URL `toml:"oidc_host"` Taxonomies []Taxonomy CSP *CSP `toml:"content-security-policy"`