why dig (tcp) is much faster than wget (gethostbyname?) ?

Ed Greshko Ed.Greshko at greshko.com
Mon Nov 4 08:44:02 UTC 2013


On 11/04/13 16:39, Ed Greshko wrote:
> [egreshko at meimei ~]$ host www.hyblr.com
> www.hyblr.com has address 111.8.98.138
> ;; connection timed out; trying next origin
> Host www.hyblr.com not found: 3(NXDOMAIN)
> Host www.hyblr.com not found: 3(NXDOMAIN)
>
> I suspect a DNS configuration issue for that host/domain.

FWIW, it seems to be a problem with AAAA records....

[egreshko at meimei ~]$ time host -t a www.hyblr.com
www.hyblr.com has address 58.20.185.61

real    0m0.093s
user    0m0.009s
sys     0m0.002s
[egreshko at meimei ~]$ time host -t aaaa www.hyblr.com
;; connection timed out; trying next origin
Host www.hyblr.com not found: 3(NXDOMAIN)

real    0m10.013s
user    0m0.008s
sys     0m0.004s

-- 
Getting tired of non-Fedora discussions and self-serving posts


More information about the kde mailing list