The trailing dot in domain names matter
11–20 of 24 posts
Re: The trailing dot in domain names matter
#12Re: The trailing dot in domain names matter
#13Re: The trailing dot in domain names matter
#14This article, and the article linked upthread, is giving a novel definition of FQDN. https://en.wikipedia.org/wiki/Fully_qualified_domain_name https://datatracker.ietf.org/doc/html/rfc1594#section-5 The trailing dot (root zone) is implicit in a Fully Qualified Domain Name. The trailing dot is not what makes a domain name fully qualified.
Re: The trailing dot in domain names matter
#15This reminds me of how you can use different bases for urls. Take http://3520653007/item?id=41982974 or http://032166163317/item?id=41982974 for example
Re: The trailing dot in domain names matter
#16Re: The trailing dot in domain names matter
#17This article, and the article linked upthread, is giving a novel definition of FQDN. https://en.wikipedia.org/wiki/Fully_qualified_domain_name https://datatracker.ietf.org/doc/html/rfc1594#section-5 The trailing dot (root zone) is implicit in a Fully Qualified Domain Name. The trailing dot is not what makes a domain name fully qualified.
Lacking the trailing dot that anchors the FQDN to the root zone, how would I be able to determine that I need to use the global root zone rather than local lookups? The DNS spec allows users to have local zones named similarly to all TLDs, which would be authorative responders for DNS requests that don't anchor to the root with a trailing dot - or have I missed something?
On practice, instead of trying to follow a dead specification it makes your live easier to never use local zones and always use FQDN search domains if you can. Having a local zone that appears in the public suffix list is outright dangerous, and with how fast that grows, no local name is safe.
Re: The trailing dot in domain names matter
#18Re: The trailing dot in domain names matter
#19Is duplicate content really a problem for search engines? I thought you just have to set the canonical URL and it’s ok.
in practice of course this is not a problem because nobody really puts a trailing dot on hostnames.
Re: The trailing dot in domain names matter
#20Is duplicate content really a problem for search engines? I thought you just have to set the canonical URL and it’s ok.