mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix(coderd): pass block endpoints into servertailnet (#12149)
This commit is contained in:
@ -489,6 +489,7 @@ func New(options *Options) *API {
|
||||
func(context.Context) (tailnet.MultiAgentConn, error) {
|
||||
return (*api.TailnetCoordinator.Load()).ServeMultiAgent(uuid.New()), nil
|
||||
},
|
||||
options.DeploymentValues.DERP.Config.BlockDirect.Value(),
|
||||
api.TracerProvider,
|
||||
)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user