Merge remote-tracking branch 'origin/main' into feat-oidc-login-as-namespace
This commit is contained in:
commit
b39faa124a
34 changed files with 449 additions and 2069 deletions
2
app.go
2
app.go
|
@ -153,6 +153,8 @@ type Headscale struct {
|
|||
oidcStateCache *cache.Cache
|
||||
|
||||
requestedExpiryCache *cache.Cache
|
||||
|
||||
ipAllocationMutex sync.Mutex
|
||||
}
|
||||
|
||||
// Look up the TLS constant relative to user-supplied TLS client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue