diff --git a/pkg/config/config.go b/pkg/config/config.go index f59cf6df4..4195f432f 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -197,6 +197,9 @@ type TURNConfig struct { RelayPortRangeStart uint16 `yaml:"relay_range_start,omitempty"` RelayPortRangeEnd uint16 `yaml:"relay_range_end,omitempty"` ExternalTLS bool `yaml:"external_tls,omitempty"` + + // Support project specific TURN domains + ProjectSubdomainTemplate string `yaml:"project_subdomain_template,omitempty"` } type NodeSelectorConfig struct {