A Valid domain name without TLD on internet
1–10 of 11 posts
Re: A Valid domain name without TLD on internet
#2Re: A Valid domain name without TLD on internet
#3Re: A Valid domain name without TLD on internet
#4Does any body know how is this a valid Domain name?
$ dig good
; > DiG 9.8.3-P1 > good ;; global options: +cmd ;; Got answer: ;; ->>HEADER;; QUESTION SECTION: ;good. IN A
;; Query time: 3 msec ;; SERVER: 192.168.11.1#53(192.168.11.1) ;; WHEN: Mon Feb 19 12:13:28 2018 ;; MSG SIZE rcvd: 22
I works because most browsers try to add ".com" to an invalid domain name. And good.com is valid
$ dig good.com
; > DiG 9.8.3-P1 > good.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER;; QUESTION SECTION: ;good.com. IN A
;; ANSWER SECTION: good.com. 19030 IN A 216.136.156.80
;; Query time: 4 msec ;; SERVER: 192.168.11.1#53(192.168.11.1) ;; WHEN: Mon Feb 19 12:14:05 2018 ;; MSG SIZE rcvd: 42
And http://good.com redirects after some jumps to http://us.blackberry.com/
Re: A Valid domain name without TLD on internet
#5Does any body know how is this a valid Domain name?
That's not a valid domain name: $ dig good ; > DiG 9.8.3-P1 > good ;; global options: +cmd ;; Got answer: ;; ->>HEADER ;; QUESTION SECTION: ;good. IN A ;; Query time: 3 msec ;; SERVER: 192.168.11.1#53(192.168.11.1) ;; WHEN: Mon Feb 19 12:13:28 2018 ;; MSG SIZE rcvd: 22 I works because most browsers try to add ".com" to an invalid domain name. And good.com is valid $ dig good.com ; > DiG 9.8.3-P1 > good.com ;; global…
Re: A Valid domain name without TLD on internet
#6Earlier quoted context omitted.
That's not a valid domain name: $ dig good ; > DiG 9.8.3-P1 > good ;; global options: +cmd ;; Got answer: ;; ->>HEADER ;; QUESTION SECTION: ;good. IN A ;; Query time: 3 msec ;; SERVER: 192.168.11.1#53(192.168.11.1) ;; WHEN: Mon Feb 19 12:13:28 2018 ;; MSG SIZE rcvd: 22 I works because most browsers try to add ".com" to an invalid domain name. And good.com is valid $ dig good.com ; > DiG 9.8.3-P1 > good.com ;; global…
Try opening the URL in your browser it's working. Or use $host good to find the Ip address of the server
As the parent said, browsers try to fix bad domains by themselves.
> $host good to find the Ip address of the server
NXDOMAIN. if you get something else, your DNS provider is injecting something.
Re: A Valid domain name without TLD on internet
#7This is not "without TLD", this is literally just the TLD.