mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-23 17:18:50 +02:00
all: remove deadcode (#2952)
This commit is contained in:
@@ -22,10 +22,7 @@ const (
|
||||
LabelHostnameLength = 63
|
||||
)
|
||||
|
||||
var (
|
||||
invalidDNSRegex = regexp.MustCompile("[^a-z0-9-.]+")
|
||||
invalidCharsInUserRegex = regexp.MustCompile("[^a-z0-9-.]+")
|
||||
)
|
||||
var invalidDNSRegex = regexp.MustCompile("[^a-z0-9-.]+")
|
||||
|
||||
var ErrInvalidHostName = errors.New("invalid hostname")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user