mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:27:37 +00:00
cmd/hi: fixes and qol (#2649)
This commit is contained in:
@@ -251,6 +251,7 @@ func New(
|
||||
Env: []string{},
|
||||
}
|
||||
|
||||
|
||||
if tsic.withWebsocketDERP {
|
||||
if version != VersionHead {
|
||||
return tsic, errInvalidClientConfig
|
||||
@@ -279,6 +280,9 @@ func New(
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// Add integration test labels if running under hi tool
|
||||
dockertestutil.DockerAddIntegrationLabels(tailscaleOptions, "tailscale")
|
||||
|
||||
var container *dockertest.Resource
|
||||
|
||||
if version != VersionHead {
|
||||
|
Reference in New Issue
Block a user