mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 09:19:53 +00:00
Allow configuring a project specific subdomain for TURN
This commit is contained in:
@@ -197,6 +197,9 @@ type TURNConfig struct {
|
|||||||
RelayPortRangeStart uint16 `yaml:"relay_range_start,omitempty"`
|
RelayPortRangeStart uint16 `yaml:"relay_range_start,omitempty"`
|
||||||
RelayPortRangeEnd uint16 `yaml:"relay_range_end,omitempty"`
|
RelayPortRangeEnd uint16 `yaml:"relay_range_end,omitempty"`
|
||||||
ExternalTLS bool `yaml:"external_tls,omitempty"`
|
ExternalTLS bool `yaml:"external_tls,omitempty"`
|
||||||
|
|
||||||
|
// Support project specific TURN domains
|
||||||
|
ProjectSubdomainTemplate string `yaml:"project_subdomain_template,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type NodeSelectorConfig struct {
|
type NodeSelectorConfig struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user