mirror of
https://github.com/juanfont/headscale.git
synced 2025-12-24 06:16:13 +00:00
expire nodes with a custom timestamp (#2828)
This commit is contained in:
@@ -27,9 +27,7 @@ const (
|
||||
NodeGivenNameTrimSize = 2
|
||||
)
|
||||
|
||||
var (
|
||||
invalidDNSRegex = regexp.MustCompile("[^a-z0-9-.]+")
|
||||
)
|
||||
var invalidDNSRegex = regexp.MustCompile("[^a-z0-9-.]+")
|
||||
|
||||
var (
|
||||
ErrNodeNotFound = errors.New("node not found")
|
||||
|
||||
Reference in New Issue
Block a user