You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up to the excellent initial pull request, regarding how hostnames are evaluated and adjusted in the corresponding python code.
quick question, can a hostname not have unicode characters in it? If that's the case, wouldn't some "inclusive" regex be better than excluding what we currently know as "special" characters"?
The current mechanism uses a hard-coded list of characters to exclude
them from a custom tailscale hostname if present. This is rather ugly
and does not scale to all the characters (such as unicode) that need to
be excluded.
Switch to using regular expressions to exclude only characters from the
hostname that do not belong to that regular expression.
Follow up to the excellent initial pull request, regarding how hostnames are evaluated and adjusted in the corresponding python code.
Originally posted by @Hooverdan96 in #2712 (comment)
The text was updated successfully, but these errors were encountered: