Compare commits

..

1 commit

Author SHA1 Message Date
enoperm
924f79bd5a
Merge 43098526d2 into 6275399327 2024-11-19 19:41:38 +00:00
2 changed files with 1 additions and 5 deletions

View file

@ -245,7 +245,7 @@ func (s *EmbeddedDERPServerScenario) CreateHeadscaleEnv(
err = s.CreateTailscaleIsolatedNodesInUser(
hash,
userName,
tsic.VersionHead,
"head",
clientCount.WebsocketDERP,
tsic.WithWebsocketDERP(true),
)

View file

@ -194,10 +194,6 @@ func WithNetfilter(state string) Option {
// Attempts to use it with any other version is a bug in the calling code.
func WithBuildTag(tag string) Option {
return func(tsic *TailscaleInContainer) {
if tsic.version != VersionHead {
panic(errInvalidClientConfig)
}
tsic.buildConfig.tags = append(
tsic.buildConfig.tags, tag,
)