Merge branch 'main' into rerouting

This commit is contained in:
Juan Font
2022-11-28 16:13:37 +00:00
17 changed files with 796 additions and 24 deletions

1
app.go
View File

@@ -88,6 +88,7 @@ type Headscale struct {
aclPolicy *ACLPolicy
aclRules []tailcfg.FilterRule
sshPolicy *tailcfg.SSHPolicy
lastStateChange *xsync.MapOf[string, time.Time]