expire nodes with a custom timestamp (#2828)

This commit is contained in:
Andrey 2025-11-01 09:09:13 +02:00 committed by GitHub
parent 456a5d5cce
commit f9bb88ad24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 191 additions and 25 deletions

View file

@ -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")