tailscale/util/dnsname
David Anderson caaefa00a0 util/dnsname: don't validate the contents of DNS labels.
DNS names consist of labels, but outside of length limits, DNS
itself permits any content within the labels. Some records require
labels to conform to hostname limitations (which is what we implemented
before), but not all.

Fixes #2024.

Signed-off-by: David Anderson <danderson@tailscale.com>
2021-05-31 21:13:50 -07:00
..
dnsname_test.go util/dnsname: don't validate the contents of DNS labels. 2021-05-31 21:13:50 -07:00
dnsname.go util/dnsname: don't validate the contents of DNS labels. 2021-05-31 21:13:50 -07:00