|
|
|
|
|
by mindslight
1763 days ago
|
|
DNS names already conflict with v4 addresses, and we deal with that ambiguity just fine. For an actual conflict, someone would need to be using hostnames that had at least 16 segments, none of which were longer than 4 characters. Putting the burden on someone who wants to use extremely deep hostnames that look like bare IP addresses to type a trailing . on their hostname seems plenty reasonable to me. And if they want to use resolv.conf:search while still typing in 16 segments of a hostname, then that ambiguity could be resolved with a leading period. I suspect the real reason is people who wanted to be able to write ad-hoc parsers using strchr(). |
|