Merge branch 'main' into configurable-mtls

This commit is contained in:
Kristoffer Dalby
2022-01-31 12:28:00 +00:00
committed by GitHub
43 changed files with 955 additions and 543 deletions

View File

@@ -41,7 +41,9 @@ func (s *Suite) ResetDB(c *check.C) {
c.Fatal(err)
}
cfg := Config{
IPPrefix: netaddr.MustParseIPPrefix("10.27.0.0/23"),
IPPrefixes: []netaddr.IPPrefix{
netaddr.MustParseIPPrefix("10.27.0.0/23"),
},
}
app = Headscale{