mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-11 02:12:39 +09:00
Merge remote-tracking branch 'origin/main' into fix-bug-in-excludecorrectlytaggednodes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package headscale
|
||||
|
||||
@@ -20,6 +19,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
headscaleHostname = "headscale-derp"
|
||||
DOCKER_EXECUTE_TIMEOUT = 10 * time.Second
|
||||
)
|
||||
|
||||
@@ -30,9 +30,10 @@ var (
|
||||
IpPrefix6 = netaddr.MustParseIPPrefix("fd7a:115c:a1e0::/48")
|
||||
|
||||
tailscaleVersions = []string{
|
||||
"head",
|
||||
"unstable",
|
||||
"1.26.0",
|
||||
// "head",
|
||||
// "unstable",
|
||||
"1.28.0",
|
||||
"1.26.2",
|
||||
"1.24.2",
|
||||
"1.22.2",
|
||||
"1.20.4",
|
||||
|
||||
Reference in New Issue
Block a user