mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-20 19:09:07 +01:00
Update api.go
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
This commit is contained in:
parent
393aae01df
commit
739e11e1ee
3
api.go
3
api.go
@ -21,7 +21,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
registrationHoldoff = time.Second * 5 // TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed
|
||||
// TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed
|
||||
registrationHoldoff = time.Second * 5
|
||||
reservedResponseHeaderSize = 4
|
||||
RegisterMethodAuthKey = "authkey"
|
||||
RegisterMethodOIDC = "oidc"
|
||||
|
Loading…
Reference in New Issue
Block a user