mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 20:27:36 +00:00
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"
|
||||
|
Reference in New Issue
Block a user