Merge branch 'main' into configurable-mtls
This commit is contained in:
commit
168b1bd579
43 changed files with 955 additions and 543 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue