
So I found this website that is visitable and does not have a TLD? Anyone got any idea how to do this?
Asked
Active
Viewed 5,993 times
13
nkcmr
- 281
3 Answers
24
It does have a TLD - in this case the TLD is ac.
This is actually a special case. Usually a TLD does not have an A record associated with it:
$ host -t A ac.
ac has address 193.223.78.210
$ host -t A com.
com has no A record
To get this behaviour, you would have to register your own TLD.
MikeyB
- 40,079
6
It's likely you're using a dns 'default search domain' configured most likely via DHCP or a local hosts file setting.
Ram
- 612