stricter hostname validation and replace (#2383)
This commit is contained in:
parent
2c9e98d3f5
commit
1cdea7ed9b
16 changed files with 888 additions and 193 deletions
|
|
@ -66,6 +66,11 @@ func MustGenerateRandomStringDNSSafe(size int) string {
|
|||
return hash
|
||||
}
|
||||
|
||||
func InvalidString() string {
|
||||
hash, _ := GenerateRandomStringDNSSafe(8)
|
||||
return "invalid-" + hash
|
||||
}
|
||||
|
||||
func TailNodesToString(nodes []*tailcfg.Node) string {
|
||||
temp := make([]string, len(nodes))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue