TLDs don't change that often. I'm not sure you understand the difference between a domain name and a top level domain (TLD).".home" can be registered at any moment.
.localhost
can't be used as it implies resolving to 127.0.0.1
.Yes, a lot more have been added some time ago. But the process of registering a TLD is not as easy, new TLDs need to be approved by IANA.But did you not see the inflation of TLDs??? There is everything.
but any other choice could clash with a really existing TLD some time in the future.
That's a good question. There are special TLDs like .test. They did also reserve special IP addresses (The private ranges; RFC1918) so why not one or two special case TLDs to be used specifically for home or (internal) enterprise networks.I wonder why the "authorities" did not consider "normal" home computer users, offline users, etc.
- .local
- .localdomain
- .domain
- .lan
- .home
.host- .corp
VladiBG it doesn't really help as long as IANA doesn't list them: https://www.iana.org/assignments/special-use-domain-names/special-use-domain-names.xhtml – so far, it's just a suggestion.
Thanks for the insult.Well, you can use.xxx
because this is only used by spammers anyway …
Thank you, this is the solution.
- Use one of the reserved TLDs
Reserved Example Second Level Domain Names
The Internet Assigned Numbers Authority (IANA) also currently has the
following second level domain names reserved which can be used as
examples.
example.com
example.net
example.org
It's not exactly related but it reminded me of this:I wonder why the "authorities" did not consider "normal" home computer users, offline users, etc.
/etc/rc.confWhat do you use as "top level domain" in rc.conf variable hostname if you do not have a registered domain?
I use .local (hostname="machinename.local"), but I am not sure if that is right.
/etc/rc.conf
hostname="jigoku"
In this case, the “authorities” would be the IANA and the IETF.I wonder why the "authorities" did not consider "normal" home computer users, offline users, etc.
.home.arpa
according to RFC 8375..example
or .example.net
. According to RFC 6761, these are not handled specially by software, appliances, name servers etc. (unlike the other reserved TLDs)..xxx
if you don’t intend to access web sites in that TLD, or exchange e-mails with users who have addresses with that TLD. Make sure that you don’t leak addresses to the internet, i.e. if you run a DNS server, it must not send replies concerning .xxx
(or whatever you chose) to the outside.