Merge branch 'main' into configurable-mtls

This commit is contained in:
Kristoffer Dalby 2022-01-31 12:28:00 +00:00 committed by GitHub
commit 168b1bd579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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{