Earlier 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
> use $host good to find the Ip address of the server
$ host good
Host good not found: 2(SERVFAIL)
$ host good.com
good.com has address 216.136.156.80
[...]