mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add configurable DNS match domain for tailnet connections (#17336)
Use the hostname suffix to set the DNS match domain when creating a Tailnet as part of the vpn `Tunnel`. part of: #16828
This commit is contained in:
@ -1309,7 +1309,7 @@ func NewTunnelAllWorkspaceUpdatesController(
|
||||
t := &TunnelAllWorkspaceUpdatesController{
|
||||
logger: logger,
|
||||
coordCtrl: c,
|
||||
dnsNameOptions: DNSNameOptions{"coder"},
|
||||
dnsNameOptions: DNSNameOptions{CoderDNSSuffix},
|
||||
}
|
||||
for _, opt := range opts {
|
||||
opt(t)
|
||||
|
Reference in New Issue
Block a user